]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tailq.3: srcfix: remove redundant .PP
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 9 Jan 2021 10:03:54 +0000 (11:03 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 9 Jan 2021 10:15:22 +0000 (11:15 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/tailq.3

index 8c1d9a66c9432f6f89c19b592ed13b3f4f624ff2..df1a5c6ec462a1336ef97d3ce21b501e99c3c77c 100644 (file)
@@ -184,7 +184,6 @@ initializes the queue referenced by
 evaluates to true if there are no items on the queue.
 .IR head .
 .SS Insertion
-.PP
 .BR TAILQ_INSERT_HEAD ()
 inserts the new element
 .I elm
@@ -313,7 +312,6 @@ from the queue.
 .\" .I head1
 .\" and
 .\" .IR head2 .
-.PP
 .BR TAILQ_CONCAT ()
 concatenates the queue headed by
 .I head2