diff options
-rw-r--r-- | doc/envfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/envfile.html b/doc/envfile.html index 49b88f9..5c0523c 100644 --- a/doc/envfile.html +++ b/doc/envfile.html @@ -84,7 +84,7 @@ the environment. <li> If <em>file</em> is <tt>-</tt> then <tt>envfile</tt> reads and parses its standard input instead. To read a file literally named <tt>-</tt>, you can use <tt>./-</tt> for instance. </li> - <li> <tt>The variables and values that can be defined with <tt>envfile</tt> + <li> The variables and values that can be defined with <tt>envfile</tt> are purposefully restricted in order to keep the parsing extremely simple. If you need fancy values, for instance values that contain whitespace or a newline, you should use an envdir instead: see |