aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/stdio.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-12-24 19:44:59 +0100
committerAlejandro Colomar <alx@kernel.org>2024-12-24 19:45:29 +0100
commit6c16d495c86b7bdcb4a4ea5740819f496286c5d0 (patch)
tree26d981783002204c469b1cf5ee0a5167e7afa0f3 /man/man3/stdio.3
parentb199d102db5be24e0ac88eb6879e3e3b6e0ea722 (diff)
downloadman-pages-6c16d495c86b7bdcb4a4ea5740819f496286c5d0.tar.gz
man/man3/{stdin,stdio}.3: SYNOPSIS: Consistently declare as 'extern' variables
And leave two spaces between the type name and the variable name. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3/stdio.3')
-rw-r--r--man/man3/stdio.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man3/stdio.3 b/man/man3/stdio.3
index 728424c2c0..07f1a1a092 100644
--- a/man/man3/stdio.3
+++ b/man/man3/stdio.3
@@ -19,9 +19,9 @@ Standard C library
.nf
.B #include <stdio.h>
.P
-.BI "FILE *" stdin ;
-.BI "FILE *" stdout ;
-.BI "FILE *" stderr ;
+.BI extern\~FILE\~\~* stdin ;
+.BI extern\~FILE\~\~* stdout ;
+.BI extern\~FILE\~\~* stderr ;
.fi
.SH DESCRIPTION
The standard I/O library provides a simple and efficient buffered stream