aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/stailq.32
-rw-r--r--man3/tailq.32
2 files changed, 2 insertions, 2 deletions
diff --git a/man3/stailq.3 b/man3/stailq.3
index aa8ece5171..b937e09583 100644
--- a/man3/stailq.3
+++ b/man3/stailq.3
@@ -117,7 +117,7 @@ The argument
is the name of a user-defined structure that must be declared
using the macro
.BR STAILQ_HEAD ().
-.Ss Singly linked tail queues
+.PP
A singly linked tail queue is headed by a structure defined by the
.BR STAILQ_HEAD ()
macro.
diff --git a/man3/tailq.3 b/man3/tailq.3
index d3face5a3a..73e28e7fca 100644
--- a/man3/tailq.3
+++ b/man3/tailq.3
@@ -128,7 +128,7 @@ The argument
is the name of a user defined structure that must be declared
using the macro
.BR TAILQ_HEAD ().
-.Ss Tail queues
+.PP
A tail queue is headed by a structure defined by the
.BR TAILQ_HEAD ()
macro.