From 1ce1f0b5a053a6cf6c5ab9b714a721fdcf912407 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Tue, 1 Feb 2022 09:43:21 +0100 Subject: [PATCH] curl_getdate.3: remove pointless .PP line mandoc: WARNING: skipping paragraph macro: PP empty Reported-by: Samuel Henrique Closes #8365 --- docs/libcurl/curl_getdate.3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/libcurl/curl_getdate.3 b/docs/libcurl/curl_getdate.3 index ebabeee61d..d977a8ab35 100644 --- a/docs/libcurl/curl_getdate.3 +++ b/docs/libcurl/curl_getdate.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. +.\" * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -62,7 +62,6 @@ first three letters. This is usually not info that adds anything. If a decimal number of the form YYYYMMDD appears, then YYYY is read as the year, MM as the month number and DD as the day of the month, for the specified calendar date. -.PP .SH EXAMPLE .nf time_t t;