summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2009-09-10 16:09:22 +0000
committerjmc <jmc@openbsd.org>2009-09-10 16:09:22 +0000
commit61baa583d786668c7fb4ad6d00da94ee25b742b1 (patch)
tree8f7ea6a51d0375d8d75ddeb2e9c65e71155a1604 /lib/libc/stdio
parentCorrect error message when fclose() fails. From Brian Poole. (diff)
downloadwireguard-openbsd-61baa583d786668c7fb4ad6d00da94ee25b742b1.tar.xz
wireguard-openbsd-61baa583d786668c7fb4ad6d00da94ee25b742b1.zip
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/stdio')
-rw-r--r--lib/libc/stdio/fopen.36
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