Rename ftm.7 to feature_test_macros.7

This commit is contained in:
Michael Kerrisk 2006-05-15 09:13:10 +00:00
parent 9a974ebc8d
commit a8e7c990dc
19 changed files with 21 additions and 21 deletions

View File

@ -949,7 +949,7 @@ SVr4 documents additional EIO, ENOLINK and EOVERFLOW error conditions.
.BR socket (2),
.BR lockf (3),
.BR capabilities (7),
.BR ftm (7)
.BR feature_test_macros (7)
.P
See also locks.txt, mandatory.txt, and dnotify.txt in
/usr/src/linux/Documentation.

View File

@ -66,4 +66,4 @@ for some integer \fIn\fP larger than or equal to 500.
.SH "SEE ALSO"
.BR getpgid (2),
.BR setsid (2),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -203,4 +203,4 @@ Version 7, the ancestral Unix from Bell Labs.
.SH "SEE ALSO"
.BR syscall (2),
.BR errno (3),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -557,4 +557,4 @@ corresponding to the flags \fBO_SYNC\fR, \fBO_DSYNC\fR and
.BR write (2),
.BR fopen (3),
.BR fifo (7),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -285,4 +285,4 @@ This constant is not provided in glibc.
.SH "SEE ALSO"
.BR select (2),
.BR select_tut (2),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -485,4 +485,4 @@ For vaguely related stuff, see
.BR sigprocmask (2),
.BR write (2),
.BR epoll (7),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -190,4 +190,4 @@ for some integer \fIn\fP larger than or equal to 500.
.BR tcgetpgrp (3),
.BR tcsetpgrp (3),
.BR termios (3),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -295,5 +295,5 @@ ANSI C
.BR raise (3),
.BR sigsetops (3),
.BR sigvec (3),
.BR ftm (7),
.BR feature_test_macros (7),
.BR signal (7)

View File

@ -143,4 +143,4 @@ are GNU extensions.
.BR crypt (3),
.BR ecb_crypt (3),
.BR fcrypt (3),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -85,4 +85,4 @@ function occurs in 4.3BSD.
.\" see IEEE.3 in the 4.3BSD manual
.SH "SEE ALSO"
.BR fpclassify (3),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -171,4 +171,4 @@ POSIX.1
.BR unlink (2),
.BR free (3),
.BR malloc (3),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -172,4 +172,4 @@ ISO 9899, POSIX 1003.1-2001
.BR strftime (3),
.BR strptime (3),
.BR time (3),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -57,4 +57,4 @@ Look at the header of the manual page for the author(s) and copyright
conditions. Note that these can be different from page to page!
.SH "SEE ALSO"
.BR errno (3),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -188,4 +188,4 @@ _XOPEN_SOURCE is defined to a value not less than 500).
.BR getpagesize (2),
.BR free (3),
.BR malloc (3),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -90,7 +90,7 @@ The values that may be assigned to these fields are described below.
In the case of the first four bit-mask fields,
the definitions of some of the associated flags that may be set are
only exposed if a specific feature test macro (see
.BR ftm (7))
.BR feature_test_macros (7))
is defined, as noted in brackets ("[]").
.PP
In the descriptions below, "not in POSIX" means that the
@ -675,5 +675,5 @@ behaves like
.\" glibc for sunos4: ignore duration
.SH "SEE ALSO"
.BR stty (1),
.BR ftm (7),
.BR feature_test_macros (7),
.BR setserial (8)

View File

@ -107,4 +107,4 @@ instead.
.BR select (2),
.BR setitimer (2),
.BR usleep (3),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -92,4 +92,4 @@ variants occur on a few Unix systems, and are available in recent glibc.
They should probably not be used.
.SH "SEE ALSO"
.BR flockfile (3),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -117,4 +117,4 @@ instead.
.BR select (2),
.BR setitimer (2),
.BR sleep (3),
.BR ftm (7)
.BR feature_test_macros (7)

View File

@ -23,9 +23,9 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH FTM 7 2006-04-26 "Linux" "Linux Programmer's Manual"
.TH FEATURE_TEST_MACROS 7 2006-04-26 "Linux" "Linux Programmer's Manual"
.SH NAME
ftm \- feature test macros
feature_test_macros \- feature test macros
.SH SYNOPSIS
.nf
.B #include <features.h>