From 8fe75257c6614b86cc3f57600de2fa46508b8eae Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 25 Oct 2020 00:14:59 +0200 Subject: [PATCH] circleq.3: ffix Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- 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