diff options
author | ed <ed@FreeBSD.org> | 2009-09-09 19:38:19 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-09-09 19:38:19 +0000 |
commit | 02ac92bf5affe950afe06c81ee124b9c1313473e (patch) | |
tree | 2f28bc20bb3f68656284b7a153d95c1d032994c9 /lib/libc/stdio | |
parent | 3ea12e8235332a1793bf84926f59497db7bc46fe (diff) | |
download | FreeBSD-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.3 | 2 |
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 |