aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-15 23:29:00 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-15 23:33:33 +0100
commit7a92eea0de2635a7e5612642913fad6add12a4ce (patch)
tree0bc014ada0e4b57cc5e5a15bc16c858644f0190f
parent678f71707ef8a50a6c1c652bfd3fe4dcfe9b2147 (diff)
downloadman-pages-7a92eea0de2635a7e5612642913fad6add12a4ce.tar.gz
chroot.2, memfd_create.2, tailq.3: Fix unbalanced .nf/.fi
Reported-by: Alejandro Colomar <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/chroot.21
-rw-r--r--man2/memfd_create.21
-rw-r--r--man3/tailq.31
3 files changed, 3 insertions, 0 deletions
diff --git a/man2/chroot.2 b/man2/chroot.2
index 0cb86fa277..5b092da385 100644
--- a/man2/chroot.2
+++ b/man2/chroot.2
@@ -53,6 +53,7 @@ Since glibc 2.2.2:
_XOPEN_SOURCE && ! (_POSIX_C_SOURCE\ >=\ 200112L)
|| /* Since glibc 2.20: */ _DEFAULT_SOURCE
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE
+.fi
.TP 4
Before glibc 2.2.2: none
.PD
diff --git a/man2/memfd_create.2 b/man2/memfd_create.2
index 8cb0b31594..49e1ad021b 100644
--- a/man2/memfd_create.2
+++ b/man2/memfd_create.2
@@ -27,6 +27,7 @@ memfd_create \- create an anonymous file
.B #include <sys/mman.h>
.PP
.BI "int memfd_create(const char *" name ", unsigned int " flags ");"
+.fi
.SH DESCRIPTION
.BR memfd_create ()
creates an anonymous file and returns a file descriptor that refers to it.
diff --git a/man3/tailq.3 b/man3/tailq.3
index a58434ba64..8541e2beb4 100644
--- a/man3/tailq.3
+++ b/man3/tailq.3
@@ -113,6 +113,7 @@ TAILQ_REMOVE
.BI "void TAILQ_REMOVE(TAILQ_HEAD *" head ", struct TYPE *" elm ", TAILQ_ENTRY " NAME ");"
.\" .PP
.\" .BI "void TAILQ_SWAP(TAILQ_HEAD *" head1 ", TAILQ_HEAD *" head2 ", TYPE, TAILQ_ENTRY " NAME ");"
+.fi
.SH DESCRIPTION
These macros define and operate on doubly linked tail queues.
.PP