summaryrefslogtreecommitdiffstats
path: root/man3/list.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/list.3')
-rw-r--r--man3/list.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/list.3 b/man3/list.3
index 42ce76916..c2f1d8668 100644
--- a/man3/list.3
+++ b/man3/list.3
@@ -29,7 +29,7 @@
.\" %%%LICENSE_END
.\"
.\"
-.TH LIST 3 2020-10-19 "GNU" "Linux Programmer's Manual"
+.TH LIST 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
LIST_EMPTY,
LIST_ENTRY,
@@ -45,7 +45,7 @@ LIST_INSERT_AFTER,
LIST_INSERT_BEFORE,
LIST_INSERT_HEAD,
LIST_NEXT,
-LIST_PREV,
+.\"LIST_PREV,
LIST_REMOVE
.\"LIST_SWAP
\- implementation of a doubly linked list
@@ -348,7 +348,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,