diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-10 16:09:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-10 16:09:23 +0000 |
commit | c8d2f8ad3d4bb9dc497b4c9dc926ddb6dd5f6c8f (patch) | |
tree | c1bc8b61dd9fd3addc7476d1161a9f5d96f38bda /lib/libc | |
parent | bec7607b1854093227be1a6495f803647194e564 (diff) |
cvs log message from ed@freebsd, revision 197045:
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
checked by otto
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/fopen.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index 50401707b14..fb340b65096 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fopen.3,v 1.20 2007/05/31 19:19:31 jmc Exp $ +.\" $OpenBSD: fopen.3,v 1.21 2009/09/10 16:09:22 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 10 2009 $ .Dt FOPEN 3 .Os .Sh NAME @@ -78,7 +78,7 @@ The file is created if it does not exist. .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 the last character or as a character between the characters in any of the two-character strings described above. This is strictly for compatibility with |