From 8843e30e8275aa70bf7eec11709cd5d12e32b4ae Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 8 May 2023 18:07:10 +0200 Subject: Docs: removed incorrect Pp call in unitd.8. Pp is used to separate paragraphs, not to introduce them. A Pp macro call right after Sh is wrong, and it is ignored by the formatter, which reports a warning about it. Signed-off-by: Alejandro Colomar --- docs/man/man8/unitd.8.in | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/man/man8') diff --git a/docs/man/man8/unitd.8.in b/docs/man/man8/unitd.8.in index bda97bfd..a43e671f 100644 --- a/docs/man/man8/unitd.8.in +++ b/docs/man/man8/unitd.8.in @@ -71,7 +71,6 @@ The socket address of Unit's control API. .Pp SPDX-License-Identifier: Apache-2.0 .Sh See also -.Pp .Lk https://unit.nginx.org Website .Pp .Lk https://mailman.nginx.org/mailman/listinfo/unit "User mailing list" -- cgit