summaryrefslogtreecommitdiffstats
path: root/man3/tailq.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/tailq.3')
-rw-r--r--man3/tailq.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/tailq.3 b/man3/tailq.3
index d9bf4765f..73294a895 100644
--- a/man3/tailq.3
+++ b/man3/tailq.3
@@ -29,7 +29,7 @@
.\" %%%LICENSE_END
.\"
.\"
-.TH TAILQ 3 2020-10-21 "GNU" "Linux Programmer's Manual"
+.TH TAILQ 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
TAILQ_CONCAT,
TAILQ_EMPTY,
@@ -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
@@ -439,7 +440,7 @@ main(void)
.BR insque (3),
.BR queue (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,