wordexp.3: wfix: s/unescaped/nonescaped/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-01-16 18:27:39 +01:00
parent c95853ae66
commit 7f2a75373b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ of the parameters to a command, the string
.I s
must not contain characters that would be illegal in shell command
parameters.
In particular, there must not be any non-escaped
In particular, there must not be any unescaped
newline or |, &, ;, <, >, (, ), {, } characters
outside a command substitution or parameter substitution context.
.LP