fopen.3: Add subsection headings for each function

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-05 15:25:12 +13:00
parent c67f4a0ab2
commit f6386ed6ab
1 changed files with 4 additions and 2 deletions

View File

@ -147,7 +147,8 @@ at end-of-file, as if preceded the call:
fseek(stream, 0, SEEK_END);
.fi
.PP
.\"
.SS fdopen()
The
.BR fdopen ()
function associates a stream with the existing file descriptor,
@ -168,7 +169,8 @@ is closed.
The result of applying
.BR fdopen ()
to a shared memory object is undefined.
.PP
.\"
.SS freopen()
The
.BR freopen ()
function opens the file whose name is the string pointed to by