diff options
Diffstat (limited to 'doc')
-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> |