diff options
Diffstat (limited to 'lib/libc/stdio/fopen.3')
-rw-r--r-- | lib/libc/stdio/fopen.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index b6070c8..ffa699d 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -104,7 +104,7 @@ string can also include the letter ``b'' either as a third character or as a character between the characters in any of the two-character strings described above. This is strictly for compatibility with -.St -ansiC +.St -isoC and has no effect; the ``b'' is ignored. .Pp Any created files will have mode @@ -244,7 +244,7 @@ and .Fn freopen functions conform to -.St -ansiC . +.St -isoC . The .Fn fdopen function |