_exit.2, chmod.2, abs.3, cbrt.3, mkdtemp.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-03-13 04:22:05 +13:00
parent 22cb459d5c
commit c9f2ff9d7e
5 changed files with 5 additions and 1 deletions

View File

@ -51,6 +51,7 @@ _POSIX_C_SOURCE\ >=\ 200112L;
.br
or
.I cc\ -std=c99
.RE
.ad
.SH DESCRIPTION
The function

View File

@ -52,6 +52,7 @@ _XOPEN_SOURCE\ >=\ 500 ||
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.br
|| /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L
.RE
.PD
.ad
.SH DESCRIPTION

View File

@ -60,6 +60,7 @@ _POSIX_C_SOURCE\ >=\ 200112L;
.br
or
.I cc\ -std=c99
.RE
.ad
.SH DESCRIPTION
The

View File

@ -65,7 +65,7 @@ _POSIX_C_SOUCE\ >=\ 200112L;
.br
or
.I cc\ -std=c99
.RS
.RE
.ad b
.SH DESCRIPTION
The

View File

@ -49,6 +49,7 @@ _BSD_SOURCE
.ad
.PD
.RE
.RE
.SH DESCRIPTION
The
.BR mkdtemp ()