aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-16 07:53:47 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-16 08:23:00 +0100
commit3112110398a33de1a98864ac8c2a43ae3540c77c (patch)
tree1bd53e6756c9131e5834bf0fe11598107df1dc26
parent4f6d0749d0878a84e8da2544c84a283fb048267f (diff)
downloadman-pages-3112110398a33de1a98864ac8c2a43ae3540c77c.tar.gz
list.3: NAME: remove LIST_PREV, which is not documented in this page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/list.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/list.3 b/man3/list.3
index e911da0d4f..53f8a0f360 100644
--- a/man3/list.3
+++ b/man3/list.3
@@ -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