Author: bapt
Date: Sat Jul 11 13:07:50 2015
New Revision: 285386
URL: https://svnweb.freebsd.org/changeset/base/285386

Log:
  Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGS
  section in wordexp(3) manual page
  
  Discussed with:       jilles

Modified:
  head/lib/libc/gen/wordexp.3

Modified: head/lib/libc/gen/wordexp.3
==============================================================================
--- head/lib/libc/gen/wordexp.3 Sat Jul 11 13:07:26 2015        (r285385)
+++ head/lib/libc/gen/wordexp.3 Sat Jul 11 13:07:50 2015        (r285386)
@@ -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 i
 .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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to