]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 23 Dec 2007 13:40:42 +0000 (13:40 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 23 Dec 2007 13:40:42 +0000 (13:40 +0000)
man3/stdio.3

index ea8a0b9f8ef651c194bd9d82302fc195cb63ab75..dd248eccdbd026f4e2142f0213a7d4a254280990 100644 (file)
@@ -40,11 +40,11 @@ stdio \- standard input/output library functions
 .SH SYNOPSIS
 .B #include <stdio.h>
 .sp
-.B FILE *stdin;
+.BI FILE *" stdin ;
 .br
-.B FILE *stdout;
+.BI "FILE *" stdout ;
 .br
-.B FILE *stderr;
+.BI "FILE *" stderr ;
 .SH DESCRIPTION
 The standard I/O library provides a simple and efficient buffered stream
 I/O interface.