summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/stdio.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-02-23 01:47:49 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-02-23 01:47:49 +0000
commit522ccf3f353a439b7938a4f10adfab7d912210a2 (patch)
tree2787ed91230b556f29b4112a26671b984d10687f /lib/libc/stdio/stdio.3
parentc4b8f0626ac538cc0849c949eb69e8d7929706d0 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r--lib/libc/stdio/stdio.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 71626f400e28..7a0d2f9d5461 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -172,13 +172,13 @@ looks like and which external variables are of interest.
The following are defined as macros;
these names may not be re-used
without first removing their current definitions with
-.Dv #undef :
+.Ic #undef :
.Dv BUFSIZ ,
.Dv EOF ,
.Dv FILENAME_MAX ,
.Dv FOPEN_MAX ,
-.Dv L_cuserid ,
.Dv L_ctermid ,
+.Dv L_cuserid ,
.Dv L_tmpnam ,
.Dv NULL ,
.Dv P_tmpdir ,
@@ -190,12 +190,12 @@ without first removing their current definitions with
.Dv feof_unlocked ,
.Dv ferror_unlocked ,
.Dv fileno_unlocked ,
+.Dv fropen ,
+.Dv fwopen ,
.Dv getc_unlocked ,
.Dv getchar_unlocked ,
.Dv putc_unlocked ,
.Dv putchar_unlocked ,
-.Dv fropen ,
-.Dv fwopen ,
.Dv stderr ,
.Dv stdin
and
@@ -209,7 +209,7 @@ Function versions of the macro functions
.Dv getchar_unlocked ,
.Dv putc_unlocked
and
-.Dv putchar_unlocked ,
+.Dv putchar_unlocked
exist and will be used if the macro
definitions are explicitly removed.
.Sh SEE ALSO