Date: Wed, 9 Sep 2009 19:38:19 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r197045 - head/lib/libc/stdio Message-ID: <200909091938.n89JcJnM094972@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909091938.n89JcJnM094972>