summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Barth <simon.barth@gmx.de>2024-04-24 02:09:50 +0200
committerAlejandro Colomar <alx@kernel.org>2024-04-26 01:04:04 +0200
commitc657f7c48958c676ef4376c910240b288a40bbc2 (patch)
tree7b43e065c6fdbf52a73acb8153aecf43e0407e3d
parent92bf7eb59fd382914a92dcb8f4dacbb059f63cbc (diff)
slist.3: wfix
This page is about singly linked lists, not doubly linked lists. Signed-off-by: Simon Barth <simon.barth@gmx.de> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/slist.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/slist.3 b/man3/slist.3
index fdb045aee..02745286b 100644
--- a/man3/slist.3
+++ b/man3/slist.3
@@ -68,7 +68,7 @@ Standard C library
.\" .BI " SLIST_ENTRY " NAME );
.fi
.SH DESCRIPTION
-These macros define and operate on doubly linked lists.
+These macros define and operate on singly linked lists.
.P
In the macro definitions,
.I TYPE