[PATCH] slist.3: wfix
From: Simon Barth <hidden>
Date: 2024-04-24 00:10:19
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Simon Barth <hidden>
Date: 2024-04-24 00:10:19
Subsystem:
the rest · Maintainer:
Linus Torvalds
This page is about singly linked lists, not doubly linked lists. Signed-off-by: Simon Barth <redacted> --- man3/slist.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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 --
2.44.0