diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-09-09 19:38:19 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-09-09 19:38:19 +0000 |
| commit | 4522791bb400fe06e1b6a967a9badc7e8b4afcd4 (patch) | |
| tree | 2f28bc20bb3f68656284b7a153d95c1d032994c9 /lib/libc/stdio | |
| parent | 21038751aacdf6a2a4f6f52ef73668790e8bc903 (diff) | |
Notes
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 3d572cad169c..92ec1e2e6bca 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 |
