From c657f7c48958c676ef4376c910240b288a40bbc2 Mon Sep 17 00:00:00 2001 From: Simon Barth Date: Wed, 24 Apr 2024 02:09:50 +0200 Subject: slist.3: wfix This page is about singly linked lists, not doubly linked lists. Signed-off-by: Simon Barth Signed-off-by: Alejandro Colomar --- 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 -- cgit v1.2.3