aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/circleq.31
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/circleq.3 b/man3/circleq.3
index 33215be77f..54df3fa20f 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