From: Michael Kerrisk Date: Sat, 9 Jan 2021 10:03:54 +0000 (+0100) Subject: tailq.3: srcfix: remove redundant .PP X-Git-Tag: man-pages-5.11~320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b67fcc0645fc95ecfbf5a215761143e55aef526;p=thirdparty%2Fman-pages.git tailq.3: srcfix: remove redundant .PP Signed-off-by: Michael Kerrisk --- diff --git a/man3/tailq.3 b/man3/tailq.3 index 8c1d9a66c9..df1a5c6ec4 100644 --- a/man3/tailq.3 +++ b/man3/tailq.3 @@ -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