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>
This commit is contained in:
Michael Kerrisk 2020-11-15 23:29:00 +01:00
parent 678f71707e
commit 7a92eea0de
3 changed files with 3 additions and 0 deletions

View 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

View 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.

View 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