list.3: NAME: remove LIST_PREV, which is not documented in this page

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-16 07:53:47 +01:00
parent 4f6d0749d0
commit 3112110398
1 changed files with 1 additions and 1 deletions

View File

@ -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