]> git.ipfire.org Git - thirdparty/man-pages.git/commit
kill.2, sigaction.2, sigpending.2, sigprocmask.2, sigsuspend.2, ctermid.3, ctime...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 12 Feb 2016 16:11:05 +0000 (17:11 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 1 Mar 2016 19:01:04 +0000 (20:01 +0100)
commitc1016e876793ff896798624011e5bc1f2362990b
treece93fa5b4d0bf8bfadd6db9cab2e92499ae2c11e
parentc4a256e267f3d9cfffab2ad72cba0acae7296abf
kill.2, sigaction.2, sigpending.2, sigprocmask.2, sigsuspend.2, ctermid.3, ctime.3, ferror.3, flockfile.3, fopen.3, getaddrinfo.3, getgrnam.3, getnameinfo.3, getpwnam.3, rand.3, sigsetops.3, sigwait.3, strtok.3, tzset.3, unlocked_stdio.3, feature_test_macros.7: Remove mention of the obsolete _POSIX_SOURCE macro from SYNOPSIS

_POSIX_SOURCE was a POSIX.1-1990 creation that was soon made
obsolete bu _POSIX_C_SOURCE. Retaining mention of it
in the feature test macro requirements section of the
SYNOPSIS doesn't contain important information, and may
mislead readers into actually trying to use this macro.
A few mentions of it a maintained in a some pages where
defining _POSIX_SOURCE inhibits some behavior.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
21 files changed:
man2/kill.2
man2/sigaction.2
man2/sigpending.2
man2/sigprocmask.2
man2/sigsuspend.2
man3/ctermid.3
man3/ctime.3
man3/ferror.3
man3/flockfile.3
man3/fopen.3
man3/getaddrinfo.3
man3/getgrnam.3
man3/getnameinfo.3
man3/getpwnam.3
man3/rand.3
man3/sigsetops.3
man3/sigwait.3
man3/strtok.3
man3/tzset.3
man3/unlocked_stdio.3
man7/feature_test_macros.7