aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-07-28 15:43:33 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-07-28 15:43:33 +0000
commitf825dd29c275c9168a69c27759302a47483c51a8 (patch)
tree722d06ac69ac84eda19b352a077d8f577f10583a /lib
parent4f145e5e0cd373d555f99cd22014251cac3be627 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/wordexp.37
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/gen/wordexp.3 b/lib/libc/gen/wordexp.3
index 844059d776fd..c3fb5e0aa606 100644
--- a/lib/libc/gen/wordexp.3
+++ b/lib/libc/gen/wordexp.3
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 30, 2004
+.Dd July 29, 2004
.Dt WORDEXP 3
.Os
.Sh NAME
@@ -199,3 +199,8 @@ The
function attempts to detect input that would cause commands to be
executed before passing it to the shell
but it does not use the same parser so it may be fooled.
+.Pp
+The current
+.Fn wordexp
+implementation does not recognize multibyte characters, since the
+shell (which it invokes to perform expansions) does not.