Hi Alex, On Wed, Apr 24, 2024 at 12:16:23PM +0200, Alejandro Colomar wrote: > 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 <simon.barth@xxxxxx> > > Hi Simon, > > Patch applied. Thanks! Thanks a lot! The contribution process was easy and straight forward once I got the mail setup running! > > Have a lovely day! > Alex Same to you! Simon > > > --- > > 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/>