svn commit: r231632 - head/lib/libc/locale

Xin LI delphij at FreeBSD.org
Tue Feb 14 02:03:17 UTC 2012


Author: delphij
Date: Tue Feb 14 02:03:17 2012
New Revision: 231632
URL: http://svn.freebsd.org/changeset/base/231632

Log:
  wctob() returns EOF and not WEOF.
  
  Noticed by:	Zhihao Yuan <lichray gmail com>
  MFC after:	1 week

Modified:
  head/lib/libc/locale/btowc.3

Modified: head/lib/libc/locale/btowc.3
==============================================================================
--- head/lib/libc/locale/btowc.3	Tue Feb 14 01:15:46 2012	(r231631)
+++ head/lib/libc/locale/btowc.3	Tue Feb 14 02:03:17 2012	(r231632)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 3, 2002
+.Dd February 13, 2012
 .Dt BTOWC 3
 .Os
 .Sh NAME
@@ -58,7 +58,7 @@ If the wide character is
 or not able to be represented as a single byte in the initial shift state,
 .Fn wctob
 returns
-.Dv WEOF .
+.Dv EOF .
 .Sh SEE ALSO
 .Xr mbrtowc 3 ,
 .Xr multibyte 3 ,


More information about the svn-src-all mailing list