summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-06-17 15:18:52 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-06-17 15:18:52 +0000
commit1a8b6fa1a6306def32f8b5a53f331e3e934653ac (patch)
treec759fe6fe612b84343a22971c612b51369a59709
parent0439a6585dc9e0b78d1ddddb3004b3bdd785f9a9 (diff)
downloadexecline-1a8b6fa1a6306def32f8b5a53f331e3e934653ac.tar.xz
Doc typo fix
-rw-r--r--doc/envfile.html2
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