Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2015 13:07:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285386 - head/lib/libc/gen
Message-ID:  <201507111307.t6BD7pgp074578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507111307.t6BD7pgp074578>