svn commit: r197045 - head/lib/libc/stdio

Ed Schouten ed at FreeBSD.org
Wed Sep 9 19:38:20 UTC 2009


Author: ed
Date: Wed Sep  9 19:38:19 2009
New Revision: 197045
URL: http://svn.freebsd.org/changeset/base/197045

Log:
  Make the description of `b' a little better.
  
  If you have a one-byte sequence, `w', `b' is the second character. Not
  the third.
  
  Submitted by:	Christoph Mallon

Modified:
  head/lib/libc/stdio/fopen.3

Modified: head/lib/libc/stdio/fopen.3
==============================================================================
--- head/lib/libc/stdio/fopen.3	Wed Sep  9 19:06:01 2009	(r197044)
+++ head/lib/libc/stdio/fopen.3	Wed Sep  9 19:38:19 2009	(r197045)
@@ -96,7 +96,7 @@ or similar.
 .Pp
 The
 .Fa mode
-string can also include the letter ``b'' either as a third character or
+string can also include the letter ``b'' either as last character or
 as a character between the characters in any of the two-character strings
 described above.
 This is strictly for compatibility with


More information about the svn-src-head mailing list