aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-10-25 12:31:25 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-25 12:31:25 +0100
commit9484d926ff8210ce9a76c058bc768d19c52595fc (patch)
treeb63d0450a424abd0a21f528ec74830e333096c2b
parentdf10ec359a8dd8ff3f1d4a28a5710cc8174cd49a (diff)
downloadman-pages-9484d926ff8210ce9a76c058bc768d19c52595fc.tar.gz
stailq.3, tailq.3: Minor fix: replace ".Ss" lines with ".PP"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-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.