* [PATCH] slist.3: wfix
@ 2024-04-24 0:09 Simon Barth
2024-04-24 10:16 ` Alejandro Colomar
0 siblings, 1 reply; 5+ messages in thread
From: Simon Barth @ 2024-04-24 0:09 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: linux-man, Simon Barth
This page is about singly linked lists, not doubly linked lists.
Signed-off-by: Simon Barth <simon.barth@gmx.de>
---
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] slist.3: wfix
2024-04-24 0:09 [PATCH] slist.3: wfix Simon Barth
@ 2024-04-24 10:16 ` Alejandro Colomar
2024-04-24 22:43 ` Simon Barth
0 siblings, 1 reply; 5+ messages in thread
From: Alejandro Colomar @ 2024-04-24 10:16 UTC (permalink / raw)
To: Simon Barth; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 825 bytes --]
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@gmx.de>
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/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] slist.3: wfix
2024-04-24 10:16 ` Alejandro Colomar
@ 2024-04-24 22:43 ` Simon Barth
2024-04-25 9:44 ` Alejandro Colomar
0 siblings, 1 reply; 5+ messages in thread
From: Simon Barth @ 2024-04-24 22:43 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: linux-man
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@gmx.de>
>
> 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/>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] slist.3: wfix
2024-04-24 22:43 ` Simon Barth
@ 2024-04-25 9:44 ` Alejandro Colomar
2024-04-25 11:49 ` Alejandro Colomar
0 siblings, 1 reply; 5+ messages in thread
From: Alejandro Colomar @ 2024-04-25 9:44 UTC (permalink / raw)
To: Simon Barth; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 503 bytes --]
Hi Simon,
On Thu, Apr 25, 2024 at 12:43:35AM +0200, Simon Barth wrote:
> On Wed, Apr 24, 2024 at 12:16:23PM +0200, Alejandro Colomar wrote:
> > Patch applied. Thanks!
> Thanks a lot! The contribution process was easy and straight forward
> once I got the mail setup running!
Nice to hear that! :-)
BTW, now that you mention the contributing process... were the
CONTRIBUTING.d/* files easy to find and understand?
Have a lovely day!
Alex
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] slist.3: wfix
2024-04-25 9:44 ` Alejandro Colomar
@ 2024-04-25 11:49 ` Alejandro Colomar
0 siblings, 0 replies; 5+ messages in thread
From: Alejandro Colomar @ 2024-04-25 11:49 UTC (permalink / raw)
To: Simon Barth; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 1214 bytes --]
On Thu, Apr 25, 2024 at 11:44:44AM GMT, Alejandro Colomar wrote:
> Hi Simon,
>
> On Thu, Apr 25, 2024 at 12:43:35AM +0200, Simon Barth wrote:
> > On Wed, Apr 24, 2024 at 12:16:23PM +0200, Alejandro Colomar wrote:
> > > Patch applied. Thanks!
> > Thanks a lot! The contribution process was easy and straight forward
> > once I got the mail setup running!
I'm also interested in the mail setup process. I remember it was a bit
difficult for me back then when I sent my first patches to this project,
and had to ask the maintainer of the time, Michael Kerrisk, to point me
to some tutorials that explain it.
What mail client did you use before sending this patch, and was it easy
to find a way to setup your mail for sending to this project? Should I
add links to pages explaining how to set git-send-email(1) up?
I thought of adding a link to <https://git-send-email.io/> in
<CONTRIBUTING.d/mail>.
>
> Nice to hear that! :-)
>
> BTW, now that you mention the contributing process... were the
> CONTRIBUTING.d/* files easy to find and understand?
>
> Have a lovely day!
> Alex
>
> --
> <https://www.alejandro-colomar.es/>
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-25 11:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 0:09 [PATCH] slist.3: wfix Simon Barth
2024-04-24 10:16 ` Alejandro Colomar
2024-04-24 22:43 ` Simon Barth
2024-04-25 9:44 ` Alejandro Colomar
2024-04-25 11:49 ` Alejandro Colomar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox