linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] circleq.3: ffix
@ 2020-10-24 22:14 Alejandro Colomar
  2020-10-25  8:45 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Alejandro Colomar @ 2020-10-24 22:14 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 man3/circleq.3 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/man3/circleq.3 b/man3/circleq.3
index 33215be77..54df3fa20 100644
--- a/man3/circleq.3
+++ b/man3/circleq.3
@@ -96,6 +96,7 @@ CIRCLEQ_REMOVE
 .BI "CIRCLEQ_ENTRY *CIRCLEQ_PREV(TYPE *" elm ", CIRCLEQ_ENTRY " NAME ");"
 .PP
 .BI "void CIRCLEQ_REMOVE(CIRCLEQ_HEAD *" head ", TYPE *" elm ", CIRCLEQ_ENTRY " NAME ");"
+.fi
 .SH DESCRIPTION
 These macros define and operate on doubly-linked circular queues.
 .PP
-- 
2.28.0


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

* Re: [PATCH] circleq.3: ffix
  2020-10-24 22:14 [PATCH] circleq.3: ffix Alejandro Colomar
@ 2020-10-25  8:45 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-10-25  8:45 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, linux-man

On 10/25/20 12:14 AM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>

Thanks, Alex. Patch applied.

Cheers,

Michael

> ---
>  man3/circleq.3 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/man3/circleq.3 b/man3/circleq.3
> index 33215be77..54df3fa20 100644
> --- a/man3/circleq.3
> +++ b/man3/circleq.3
> @@ -96,6 +96,7 @@ CIRCLEQ_REMOVE
>  .BI "CIRCLEQ_ENTRY *CIRCLEQ_PREV(TYPE *" elm ", CIRCLEQ_ENTRY " NAME ");"
>  .PP
>  .BI "void CIRCLEQ_REMOVE(CIRCLEQ_HEAD *" head ", TYPE *" elm ", CIRCLEQ_ENTRY " NAME ");"
> +.fi
>  .SH DESCRIPTION
>  These macros define and operate on doubly-linked circular queues.
>  .PP
> 


-- 
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  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-24 22:14 [PATCH] circleq.3: ffix Alejandro Colomar
2020-10-25  8:45 ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).