[08/22] list.3: DESCRIPTION: Add short description

Message ID 20201020142146.61837-9-colomar.6.4.3@gmail.com
State Not applicable
Headers
Series list.3: New page forked from queue.3 |

Commit Message

Alejandro Colomar Oct. 20, 2020, 2:21 p.m. UTC
  Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 man3/list.3 | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/man3/list.3 b/man3/list.3
index 8af4ccfd6..ae6590fdb 100644
--- a/man3/list.3
+++ b/man3/list.3
@@ -88,6 +88,7 @@  LIST_REMOVE
 .\".BI "void LIST_SWAP(LIST_HEAD *" head1 ", LIST_HEAD *" head2 ", TYPE, LIST_ENTRY " NAME ");"
 .fi
 .SH DESCRIPTION
+These macros define and operate on doubly-linked lists.
 .SH RETURN VALUE
 .SH CONFORMING TO
 .SH BUGS