aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-06-11 07:52:18 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-06-11 07:52:18 +0200
commit22f79f9580f9da1663bcd34234804ba8c76ee473 (patch)
treeba94be19e88dab54ee85752babe8fb8978f06ae2
parent72970931d7210e89f4dbb14a9c4b381103951233 (diff)
downloadman-pages-22f79f9580f9da1663bcd34234804ba8c76ee473.tar.gz
chroot.2, utimensat.2, vfork.2, getcwd.3, getdtablesize.3, ualarm.3, usleep.3, rtnetlink.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/chroot.21
-rw-r--r--man2/utimensat.21
-rw-r--r--man2/vfork.22
-rw-r--r--man3/getcwd.32
-rw-r--r--man3/getdtablesize.32
-rw-r--r--man3/ualarm.32
-rw-r--r--man3/usleep.32
-rw-r--r--man7/rtnetlink.71
8 files changed, 5 insertions, 8 deletions
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 {