All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tailq.3: tfix
@ 2020-10-25 12:03 Dmitry V. Levin
  2020-10-25 12:08 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry V. Levin @ 2020-10-25 12:03 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
---
 man3/tailq.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/tailq.3 b/man3/tailq.3
index 73e28e7fc..a782a51e2 100644
--- a/man3/tailq.3
+++ b/man3/tailq.3
@@ -58,7 +58,7 @@ TAILQ_REMOVE
 \- implementation of a doubly linked tail queue
 .SH SYNOPSIS
 .nf
-.B #include sys/queue.h
+.B #include <sys/queue.h>
 .PP
 .BI "void TAILQ_CONCAT(TAILQ_HEAD *" head1 ", TAILQ_HEAD *" head2 ","
 .BI "                TAILQ_ENTRY " NAME ");"

-- 
ldv

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tailq.3: tfix
  2020-10-25 12:03 [PATCH] tailq.3: tfix Dmitry V. Levin
@ 2020-10-25 12:08 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-10-25 12:08 UTC (permalink / raw)
  To: Dmitry V. Levin; +Cc: mtk.manpages, linux-man

On 10/25/20 1:03 PM, Dmitry V. Levin wrote:
> Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>

Thanks, Dmitry! Patch applied.

Cheers,

Michael

> ---
>  man3/tailq.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/tailq.3 b/man3/tailq.3
> index 73e28e7fc..a782a51e2 100644
> --- a/man3/tailq.3
> +++ b/man3/tailq.3
> @@ -58,7 +58,7 @@ TAILQ_REMOVE
>  \- implementation of a doubly linked tail queue
>  .SH SYNOPSIS
>  .nf
> -.B #include sys/queue.h
> +.B #include <sys/queue.h>
>  .PP
>  .BI "void TAILQ_CONCAT(TAILQ_HEAD *" head1 ", TAILQ_HEAD *" head2 ","
>  .BI "                TAILQ_ENTRY " NAME ");"
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-25 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-25 12:03 [PATCH] tailq.3: tfix Dmitry V. Levin
2020-10-25 12:08 ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.