Skip to content

Commit 3d76bc5

Browse files
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 <[email protected]> Signed-off-by: Alejandro Colomar <[email protected]>
1 parent c2bb129 commit 3d76bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man/man8/unitd.8.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\"
33
.Dd March 16, 2021
44
.Dt unitd 8
5-
.Os
5+
.Os NGINX Unit
66
.Sh Name
77
.Nm unitd
88
.Nd "runs the NGINX Unit daemon"

0 commit comments

Comments
 (0)