On 10/25/20 12:14 AM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> 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/