From dc9cadc1c210f04975cca7a9d97cd964cc758303 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 10 Jan 2021 09:15:12 +0100 Subject: [PATCH] Revert "stailq.3, utmp.5, time_namespaces.7: srcfix: remove redundant .PP" Do this in order to apply a better patch from Alex Colomar. This reverts commit f7fc28f97a1012631f835adcbfdcd3a048fa31b2. --- man3/stailq.3 | 1 + man5/utmp.5 | 2 ++ man7/time_namespaces.7 | 1 + 3 files changed, 4 insertions(+) diff --git a/man3/stailq.3 b/man3/stailq.3 index 67c5bb530..e68cd25b2 100644 --- a/man3/stailq.3 +++ b/man3/stailq.3 @@ -256,6 +256,7 @@ macro. .\" .BR STAILQ_REMOVE (), .\" this macro does not traverse the entire tail queue. .SS Other features +.PP .BR STAILQ_CONCAT () concatenates the tail queue headed by .I head2 diff --git a/man5/utmp.5 b/man5/utmp.5 index 24b0cba7f..c77c34488 100644 --- a/man5/utmp.5 +++ b/man5/utmp.5 @@ -237,6 +237,7 @@ removed, record-keeping is turned off. .br .I /var/log/wtmp .SH CONFORMING TO +.PP POSIX.1 does not specify a .I utmp structure, but rather one named @@ -288,6 +289,7 @@ Linux uses the BSD conventions for line contents, as documented above. .\" informative messages such as \fB"new time"\fP in the line field. System V has no \fIut_host\fP or \fIut_addr_v6\fP fields. .SH NOTES +.PP Unlike various other systems, where utmp logging can be disabled by removing the file, utmp must always exist on Linux. diff --git a/man7/time_namespaces.7 b/man7/time_namespaces.7 index cb1c5f2d3..3291ba006 100644 --- a/man7/time_namespaces.7 +++ b/man7/time_namespaces.7 @@ -211,6 +211,7 @@ The motivation for adding time namespaces was to allow the monotonic and boot-time clocks to maintain consistent values during container migration and checkpoint/restore. .SH EXAMPLES +.PP The following shell session demonstrates the operation of time namespaces. We begin by displaying the inode number of the time namespace of a shell in the initial time namespace: