Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGS

section in wordexp(3) manual page

Discussed with:	jilles
This commit is contained in:
Baptiste Daroussin 2015-07-11 13:07:50 +00:00
parent 8956c4ec63
commit d7852cbcf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285386

View File

@ -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.