summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-09-09 19:38:19 +0000
committered <ed@FreeBSD.org>2009-09-09 19:38:19 +0000
commit02ac92bf5affe950afe06c81ee124b9c1313473e (patch)
tree2f28bc20bb3f68656284b7a153d95c1d032994c9 /lib/libc/stdio
parent3ea12e8235332a1793bf84926f59497db7bc46fe (diff)
downloadFreeBSD-src-02ac92bf5affe950afe06c81ee124b9c1313473e.zip
FreeBSD-src-02ac92bf5affe950afe06c81ee124b9c1313473e.tar.gz
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
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index 3d572ca..92ec1e2 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -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
OpenPOWER on IntegriCloud