diff options
author | Alejandro Colomar <alx@nginx.com> | 2023-04-26 15:50:19 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@nginx.com> | 2023-05-08 17:47:28 +0200 |
commit | 3d76bc59962b74a74642dd7002554dd3bd4e86f1 (patch) | |
tree | 693812373f17cae48aaacc7d04809de55e9d6600 /docs/man/man8/unitd.8.in | |
parent | c2bb129e47f579833e2f9cc7c9b7c80a831c0cba (diff) | |
download | unit-3d76bc59962b74a74642dd7002554dd3bd4e86f1.tar.gz unit-3d76bc59962b74a74642dd7002554dd3bd4e86f1.tar.bz2 |
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 <a.konev@f5.com>
Signed-off-by: Alejandro Colomar <alx@nginx.com>
Diffstat (limited to 'docs/man/man8/unitd.8.in')
-rw-r--r-- | docs/man/man8/unitd.8.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |