diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-06-17 15:18:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-06-17 15:18:52 +0000 |
commit | 1a8b6fa1a6306def32f8b5a53f331e3e934653ac (patch) | |
tree | c759fe6fe612b84343a22971c612b51369a59709 /doc/envfile.html | |
parent | 0439a6585dc9e0b78d1ddddb3004b3bdd785f9a9 (diff) | |
download | execline-1a8b6fa1a6306def32f8b5a53f331e3e934653ac.tar.xz |
Doc typo fix
Diffstat (limited to 'doc/envfile.html')
-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 |