From 6b67fcc0645fc95ecfbf5a215761143e55aef526 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 9 Jan 2021 11:03:54 +0100 Subject: [PATCH] tailq.3: srcfix: remove redundant .PP Signed-off-by: Michael Kerrisk --- man3/tailq.3 | 2 -- 1 file changed, 2 deletions(-) diff --git a/man3/tailq.3 b/man3/tailq.3 index 8c1d9a66c..df1a5c6ec 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