From 3112110398a33de1a98864ac8c2a43ae3540c77c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 16 Nov 2020 07:53:47 +0100 Subject: [PATCH] list.3: NAME: remove LIST_PREV, which is not documented in this page Signed-off-by: Michael Kerrisk --- man3/list.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/list.3 b/man3/list.3 index e911da0d4..53f8a0f36 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