]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
chroot.2, memfd_create.2, tailq.3: Fix unbalanced .nf/.fi
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 15 Nov 2020 22:29:00 +0000 (23:29 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 15 Nov 2020 22:33:33 +0000 (23:33 +0100)
Reported-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/chroot.2
man2/memfd_create.2
man3/tailq.3

index 0cb86fa277ea178557289709adfadb23a4351d9a..5b092da385beeee898acc33baab7c86350b89c51 100644 (file)
@@ -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
index 8cb0b315943c152234740e6511cd5e86f5446f04..49e1ad021b4b6686b14641262dcdd5005df78e32 100644 (file)
@@ -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.
index a58434ba6498e888f0ba72cccc34f10ae9662609..8541e2beb4c362f7caa0722dd84a10af4d024c2c 100644 (file)
@@ -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