diff options
| -rw-r--r-- | man3/stdio.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/stdio.3 b/man3/stdio.3 index ea8a0b9f8e..dd248eccdb 100644 --- a/man3/stdio.3 +++ b/man3/stdio.3 @@ -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. |
