Re: [PATCH] slist.3: wfix
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-04-24 10:16:26
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-04-24 10:16:26
On Wed, Apr 24, 2024 at 02:09:50AM +0200, Simon Barth wrote:
This page is about singly linked lists, not doubly linked lists. Signed-off-by: Simon Barth <redacted>
Hi Simon, Patch applied. Thanks! Have a lovely day! Alex
--- 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
-- <https://www.alejandro-colomar.es/>