diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-15 02:49:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-15 02:49:47 +0000 |
commit | cd2500fcc704287c4994a3253b593593c867913e (patch) | |
tree | 61dffc2b3cc0344a7d5f50ce28240f89533e7b13 | |
parent | d73a8330016fbf172f8e3521b879502b9139a970 (diff) | |
download | s6-cd2500fcc704287c4994a3253b593593c867913e.tar.xz |
Doc typo fix
-rw-r--r-- | doc/s6-envdir.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-envdir.html b/doc/s6-envdir.html index 5ac92e2..b457898 100644 --- a/doc/s6-envdir.html +++ b/doc/s6-envdir.html @@ -42,7 +42,7 @@ null characters in this line are changed to newlines in the environment variable <ul> <li> <tt>-i</tt> : strict. If <em>dir</em> does not exist, exit 111 with an error message. This is the default. </li> - <li> <tt>-I</tt> : loose. If <em>dir</em> does not exit, exec into + <li> <tt>-I</tt> : loose. If <em>dir</em> does not exist, exec into <em>prog</em> without modifying the environment first. </li> <li> <tt>-f</tt> : verbatim mode. All the file is given as the value of the environment variable, including newlines (except the last one if the <tt>-n</tt> |