Various pages: ffix: More layout consistency fixes for FTMs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-05 13:21:30 +01:00
parent ba2c475246
commit 1dd0d7b4e4
28 changed files with 84 additions and 30 deletions

View File

@ -41,7 +41,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR futimesat ():
_GNU_SOURCE
.nf
_GNU_SOURCE
.fi
.SH DESCRIPTION
This system call is obsolete.
Use

View File

@ -82,7 +82,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR prlimit ():
_GNU_SOURCE
.nf
_GNU_SOURCE
.fi
.SH DESCRIPTION
The
.BR getrlimit ()

View File

@ -47,7 +47,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR nanosleep ():
_POSIX_C_SOURCE\ >=\ 199309L
.nf
_POSIX_C_SOURCE\ >=\ 199309L
.fi
.SH DESCRIPTION
.BR nanosleep ()
suspends the execution of the calling thread

View File

@ -64,7 +64,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR pselect ():
_POSIX_C_SOURCE\ >=\ 200112L
.nf
_POSIX_C_SOURCE\ >=\ 200112L
.fi
.SH DESCRIPTION
.BR select ()
allows a program to monitor multiple file descriptors,

View File

@ -52,7 +52,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR semtimedop ():
_GNU_SOURCE
.nf
_GNU_SOURCE
.fi
.SH DESCRIPTION
Each semaphore in a System\ V semaphore set
has the following associated values:

View File

@ -42,7 +42,9 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR sigwaitinfo (),
.BR sigtimedwait ():
_POSIX_C_SOURCE\ >=\ 199309L
.nf
_POSIX_C_SOURCE\ >=\ 199309L
.fi
.SH DESCRIPTION
.BR sigwaitinfo ()
suspends execution of the calling thread until one of the signals in

View File

@ -43,7 +43,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR timer_create ():
_POSIX_C_SOURCE\ >=\ 199309L
.nf
_POSIX_C_SOURCE\ >=\ 199309L
.fi
.SH DESCRIPTION
.BR timer_create ()
creates a new per-process interval timer.

View File

@ -41,7 +41,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR timer_delete ():
_POSIX_C_SOURCE\ >=\ 199309L
.nf
_POSIX_C_SOURCE\ >=\ 199309L
.fi
.SH DESCRIPTION
.BR timer_delete ()
deletes the timer whose ID is given in

View File

@ -41,7 +41,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR timer_getoverrun ():
_POSIX_C_SOURCE\ >=\ 199309L
.nf
_POSIX_C_SOURCE\ >=\ 199309L
.fi
.SH DESCRIPTION
.BR timer_getoverrun ()
returns the "overrun count" for the timer referred to by

View File

@ -46,7 +46,9 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR timer_settime (),
.BR timer_gettime ():
_POSIX_C_SOURCE\ >=\ 199309L
.nf
_POSIX_C_SOURCE\ >=\ 199309L
.fi
.SH DESCRIPTION
.BR timer_settime ()
arms or disarms the timer identified by

View File

@ -46,7 +46,7 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR confstr ():
_POSIX_C_SOURCE\ >=\ 2 || _XOPEN_SOURCE
_POSIX_C_SOURCE\ >=\ 2 || _XOPEN_SOURCE
.SH DESCRIPTION
.BR confstr ()
gets the value of configuration-dependent string variables.

View File

@ -41,7 +41,7 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR ctermid ():
_POSIX_C_SOURCE
_POSIX_C_SOURCE
.SH DESCRIPTION
.BR ctermid ()
returns a string which is the pathname for the current

View File

@ -65,7 +65,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR execvpe ():
_GNU_SOURCE
.nf
_GNU_SOURCE
.fi
.SH DESCRIPTION
The
.BR exec ()

View File

@ -60,7 +60,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR fileno ():
_POSIX_C_SOURCE
.nf
_POSIX_C_SOURCE
.fi
.SH DESCRIPTION
The function
.BR clearerr ()

View File

@ -59,7 +59,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR fdopen ():
_POSIX_C_SOURCE
.nf
_POSIX_C_SOURCE
.fi
.SH DESCRIPTION
The
.BR fopen ()

View File

@ -59,7 +59,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR nftw ():
_XOPEN_SOURCE >= 500
.nf
_XOPEN_SOURCE >= 500
.fi
.SH DESCRIPTION
.BR nftw ()
walks through the directory tree that is

View File

@ -47,7 +47,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR secure_getenv ():
_GNU_SOURCE
.nf
_GNU_SOURCE
.fi
.SH DESCRIPTION
The
.BR getenv ()

View File

@ -40,7 +40,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR getgrent_r ():
_GNU_SOURCE
.nf
_GNU_SOURCE
.fi
.\" FIXME . The FTM requirements seem inconsistent here. File a glibc bug?
.PP
.BR fgetgrent_r ():

View File

@ -46,8 +46,10 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR getlogin_r ():
.nf
.\" Deprecated: _REENTRANT ||
_POSIX_C_SOURCE\ >=\ 199506L
_POSIX_C_SOURCE\ >=\ 199506L
.fi
.PP
.BR cuserid ():
.nf

View File

@ -38,7 +38,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR group_member ():
_GNU_SOURCE
.nf
_GNU_SOURCE
.fi
.SH DESCRIPTION
The
.BR group_member ()

View File

@ -48,7 +48,9 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR memrchr (),
.BR rawmemchr ():
_GNU_SOURCE
.nf
_GNU_SOURCE
.fi
.SH DESCRIPTION
The
.BR memchr ()

View File

@ -45,12 +45,14 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR psignal ():
Since glibc 2.19:
_DEFAULT_SOURCE
_DEFAULT_SOURCE
Glibc 2.19 and earlier:
_BSD_SOURCE || _SVID_SOURCE
.PP
.BR psiginfo ():
_POSIX_C_SOURCE\ >=\ 200809L
.nf
_POSIX_C_SOURCE\ >=\ 200809L
.fi
.SH DESCRIPTION
The
.BR psignal ()

View File

@ -42,7 +42,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR pthread_sigqueue ():
_GNU_SOURCE
.nf
_GNU_SOURCE
.fi
.SH DESCRIPTION
The
.BR pthread_sigqueue ()

View File

@ -42,7 +42,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR sem_timedwait ():
_POSIX_C_SOURCE\ >=\ 200112L
.nf
_POSIX_C_SOURCE\ >=\ 200112L
.fi
.SH DESCRIPTION
.BR sem_wait ()
decrements (locks) the semaphore pointed to by

View File

@ -44,7 +44,9 @@ Feature Test Macro Requirements for glibc (see
see NOTES.
.PP
.BR sigsetjmp ():
_POSIX_C_SOURCE
.nf
_POSIX_C_SOURCE
.fi
.SH DESCRIPTION
The functions described on this page are used for performing "nonlocal gotos":
transferring execution from one function to a predetermined location

View File

@ -41,7 +41,9 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR sigqueue ():
_POSIX_C_SOURCE\ >=\ 199309L
.nf
_POSIX_C_SOURCE\ >=\ 199309L
.fi
.SH DESCRIPTION
.BR sigqueue ()
sends the signal specified in

View File

@ -50,10 +50,14 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR tzset ():
_POSIX_C_SOURCE
.nf
_POSIX_C_SOURCE
.fi
.PP
.IR tzname :
_POSIX_C_SOURCE
.nf
_POSIX_C_SOURCE
.fi
.PP
.IR timezone ,
.IR daylight :

View File

@ -39,7 +39,9 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR wordexp (),
.BR wordfree ():
_XOPEN_SOURCE
.nf
_XOPEN_SOURCE
.fi
.SH DESCRIPTION
The function
.BR wordexp ()