From 3d76bc59962b74a74642dd7002554dd3bd4e86f1 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 26 Apr 2023 15:50:19 +0200 Subject: [PATCH] Docs: setting the project name in unitd.8. Not setting it produces the default value of 'BSD' or 'GNU', depending on the software formatting the manual page. We're neither, so let's specify our project name. See groff_mdoc(7). While mandoc_mdoc(7) formally says that .Os is only for the operating system, and not for the package name, that's an oversimplification, and only meant for software inherent to the OS. For portable software, mandoc(1)'s (and OpenBSD's) maintainer Ingo Schwarze agreed that it is more sensible to specify the project name (and optionally, the version). Reviewed-by: Artem Konev Signed-off-by: Alejandro Colomar --- docs/man/man8/unitd.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/man8/unitd.8.in b/docs/man/man8/unitd.8.in index 5f50e561..1425120c 100644 --- a/docs/man/man8/unitd.8.in +++ b/docs/man/man8/unitd.8.in @@ -2,7 +2,7 @@ .\" .Dd March 16, 2021 .Dt unitd 8 -.Os +.Os NGINX Unit .Sh Name .Nm unitd .Nd "runs the NGINX Unit daemon"