diff options
author | bapt <bapt@FreeBSD.org> | 2015-07-11 13:07:50 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-07-11 13:07:50 +0000 |
commit | 015d4dceeddc18d2cbb4ed91caed9a2bc2964ded (patch) | |
tree | 42baa1c8cac1801a4abd8f419ba6cdda4216edcc /lib/libc | |
parent | 80b293868f87e73f8a97ce649dcb8be2b37c3d99 (diff) | |
download | FreeBSD-src-015d4dceeddc18d2cbb4ed91caed9a2bc2964ded.zip FreeBSD-src-015d4dceeddc18d2cbb4ed91caed9a2bc2964ded.tar.gz |
Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGS
section in wordexp(3) manual page
Discussed with: jilles
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/wordexp.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/wordexp.3 b/lib/libc/gen/wordexp.3 index 02fc253..41b0d0c 100644 --- a/lib/libc/gen/wordexp.3 +++ b/lib/libc/gen/wordexp.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 29, 2004 +.Dd July 07, 2015 .Dt WORDEXP 3 .Os .Sh NAME @@ -202,5 +202,5 @@ 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. +implementation does not recognize multibyte characters other than UTF-8, since +the shell (which it invokes to perform expansions) does not. |