From 7f2a75373bff9a48a9117f78e8296ec48bcd82b7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 16 Jan 2010 18:27:39 +0100 Subject: [PATCH] wordexp.3: wfix: s/unescaped/nonescaped/ Signed-off-by: Michael Kerrisk --- man3/wordexp.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/wordexp.3 b/man3/wordexp.3 index d4422ea96..4a30b32e0 100644 --- a/man3/wordexp.3 +++ b/man3/wordexp.3 @@ -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