From: Alejandro Colomar Date: Tue, 24 Dec 2024 18:44:59 +0000 (+0100) Subject: man/man3/{stdin,stdio}.3: SYNOPSIS: Consistently declare as 'extern' variables X-Git-Tag: man-pages-6.10~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c16d495c86b7bdcb4a4ea5740819f496286c5d0;p=thirdparty%2Fman-pages.git 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 --- diff --git a/man/man3/stdin.3 b/man/man3/stdin.3 index 360b28ba3..04e4e34ca 100644 --- a/man/man3/stdin.3 +++ b/man/man3/stdin.3 @@ -20,9 +20,9 @@ Standard C library .nf .B #include .P -.BI "extern FILE *" stdin ; -.BI "extern FILE *" stdout ; -.BI "extern FILE *" stderr ; +.BI extern\~FILE\~\~* stdin ; +.BI extern\~FILE\~\~* stdout ; +.BI extern\~FILE\~\~* stderr ; .fi .SH DESCRIPTION Under normal circumstances every UNIX program has three streams opened diff --git a/man/man3/stdio.3 b/man/man3/stdio.3 index 728424c2c..07f1a1a09 100644 --- a/man/man3/stdio.3 +++ b/man/man3/stdio.3 @@ -19,9 +19,9 @@ Standard C library .nf .B #include .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