diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-23 13:45:24 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-23 13:45:24 +0000 |
commit | 5895e7eb8db03c2a60a100dfa0fe6a6515bf718c (patch) | |
tree | 7357285775d55350b962bfae54130fb3ef1514ba /man3/fopen.3 | |
parent | d9cf37f470adcba2f4df7866155499a5df58461b (diff) |
wspace in SYNOPSIS
Diffstat (limited to 'man3/fopen.3')
-rw-r--r-- | man3/fopen.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/fopen.3 b/man3/fopen.3 index 8d322631..742fb135 100644 --- a/man3/fopen.3 +++ b/man3/fopen.3 @@ -43,13 +43,15 @@ .SH NAME fopen, fdopen, freopen \- stream open functions .SH SYNOPSIS +.nf .B #include <stdio.h> .sp .BI "FILE *fopen(const char *" path ", const char *" mode ); -.br + .BI "FILE *fdopen(int " fildes ", const char *" mode ); -.br + .BI "FILE *freopen(const char *" path ", const char *" mode ", FILE *" stream ); +.fi .sp .in -4n Feature Test Macro Requirements for glibc (see |