From: Michael Kerrisk Date: Thu, 11 Jun 2020 05:52:18 +0000 (+0200) Subject: chroot.2, utimensat.2, vfork.2, getcwd.3, getdtablesize.3, ualarm.3, usleep.3, rtnetl... X-Git-Tag: man-pages-5.08~168 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=22f79f9580f9da1663bcd34234804ba8c76ee473;p=thirdparty%2Fman-pages.git chroot.2, utimensat.2, vfork.2, getcwd.3, getdtablesize.3, ualarm.3, usleep.3, rtnetlink.7: srcfix Signed-off-by: Michael Kerrisk --- diff --git a/man2/chroot.2 b/man2/chroot.2 index 80c4caa073..7a2d025012 100644 --- a/man2/chroot.2 +++ b/man2/chroot.2 @@ -54,7 +54,6 @@ _XOPEN_SOURCE && ! (_POSIX_C_SOURCE\ >=\ 200112L) || /* Since glibc 2.20: */ _DEFAULT_SOURCE || /* Glibc versions <= 2.19: */ _BSD_SOURCE .TP 4 -.fi Before glibc 2.2.2: none .PD .RE diff --git a/man2/utimensat.2 b/man2/utimensat.2 index 3e06d9120f..62757e1373 100644 --- a/man2/utimensat.2 +++ b/man2/utimensat.2 @@ -269,7 +269,6 @@ capability). .\" .I fd .\" refers do not allow searches. .\" EXT2_IMMUTABLE_FL and similar flags for other filesystems. -.RE .TP .B EBADF .RB ( futimens ()) diff --git a/man2/vfork.2 b/man2/vfork.2 index eddce6a5a9..28ee309bb4 100644 --- a/man2/vfork.2 +++ b/man2/vfork.2 @@ -51,8 +51,8 @@ Since glibc 2.12: (_XOPEN_SOURCE\ >=\ 500) && ! (_POSIX_C_SOURCE\ >=\ 200809L) || /* Since glibc 2.19: */ _DEFAULT_SOURCE || /* Glibc versions <= 2.19: */ _BSD_SOURCE -.TP 4 .fi +.TP 4 Before glibc 2.12: _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 .\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED diff --git a/man3/getcwd.3 b/man3/getcwd.3 index e5ed2c5d9f..668c097676 100644 --- a/man3/getcwd.3 +++ b/man3/getcwd.3 @@ -63,8 +63,8 @@ Since glibc 2.12: (_XOPEN_SOURCE\ >=\ 500) && ! (_POSIX_C_SOURCE\ >=\ 200809L) || /* Glibc since 2.19: */ _DEFAULT_SOURCE || /* Glibc versions <= 2.19: */ _BSD_SOURCE -.TP 4 .fi +.TP 4 Before glibc 2.12: _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 .\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED diff --git a/man3/getdtablesize.3 b/man3/getdtablesize.3 index 06f4c31ee6..e66bd6c7af 100644 --- a/man3/getdtablesize.3 +++ b/man3/getdtablesize.3 @@ -47,8 +47,8 @@ Since glibc 2.12: /* Glibc since 2.19: */ _DEFAULT_SOURCE || /* Glibc versions <= 2.19: */ _BSD_SOURCE || ! (_POSIX_C_SOURCE\ >=\ 200112L) -.TP 4 .fi +.TP 4 Before glibc 2.12: _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 .\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED diff --git a/man3/ualarm.3 b/man3/ualarm.3 index eb05692578..6e4596d08a 100644 --- a/man3/ualarm.3 +++ b/man3/ualarm.3 @@ -46,8 +46,8 @@ Since glibc 2.12: (_XOPEN_SOURCE\ >=\ 500) && ! (_POSIX_C_SOURCE\ >=\ 200809L) || /* Glibc since 2.19: */ _DEFAULT_SOURCE || /* Glibc versions <= 2.19: */ _BSD_SOURCE -.TP 4 .fi +.TP 4 Before glibc 2.12: _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 .\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED diff --git a/man3/usleep.3 b/man3/usleep.3 index 69e4ca079c..091d214c99 100644 --- a/man3/usleep.3 +++ b/man3/usleep.3 @@ -55,8 +55,8 @@ Since glibc 2.12: (_XOPEN_SOURCE\ >=\ 500) && ! (_POSIX_C_SOURCE\ >=\ 200809L) || /* Glibc since 2.19: */ _DEFAULT_SOURCE || /* Glibc versions <= 2.19: */ _BSD_SOURCE -.TP 4 .fi +.TP 4 Before glibc 2.12: _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 .\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 index 7a6fc88e0b..7d6e6563ba 100644 --- a/man7/rtnetlink.7 +++ b/man7/rtnetlink.7 @@ -384,7 +384,6 @@ struct rtnexthop { There exist a bunch of RTNH_* macros similar to RTA_* and NLHDR_* macros useful to handle these structures. .PP -.nf .in +4n .EX struct rtvia {