syscalls.2, feature_test_macros.7, standards.7: SEE ALSO: add libc(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-01-13 08:01:29 +13:00
parent 25737f70b7
commit de9ed3a3ab
3 changed files with 4 additions and 1 deletions

View File

@ -791,4 +791,5 @@ and similarly
.\" they are today.
.SH SEE ALSO
.BR syscall (2),
.BR unimplemented (2)
.BR unimplemented (2),
.BR libc (7)

View File

@ -437,6 +437,7 @@ Programs should \fInever\fP define these macros directly:
instead, the appropriate feature test macro(s) from the
list above should be employed.
.SH SEE ALSO
.BR libc (7),
.BR standards (7)
.sp
The section "Feature Test Macros" under

View File

@ -260,4 +260,5 @@ Further information can be found on the Austin group web site,
http://www.opengroup.org/austin/ .
.SH "SEE ALSO"
.BR feature_test_macros (7),
.BR libc (7),
.BR posixoptions (7)