diff options
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/funopen.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/tmpnam.3 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index bf2c15f..8c2b3e6 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -117,7 +117,7 @@ An error on does not keep the stream open. .Pp As a convenience, the include file -.Aq Pa stdio.h +.In stdio.h defines the macros .Fn fropen and diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index fd22bea..19e7ba82 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -85,7 +85,7 @@ did not reference an existing file at some indeterminate point in the past. .Dv P_tmpdir is defined in the include file -.Aq Pa stdio.h . +.In stdio.h . If the argument .Fa str is @@ -103,7 +103,7 @@ is expected to be at least bytes in length. .Dv L_tmpnam is defined in the include file -.Aq Pa stdio.h . +.In stdio.h . .Pp The .Fn tempnam |