1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-09 06:20:43 +00:00

fix various mandoc errors

This fixes all applicable reports from `mandoc -Tlint -l gophernicus.8'
This commit is contained in:
Omar Polo 2022-01-21 17:44:53 +01:00
parent f3f637311c
commit 65f0107646

View File

@ -1,5 +1,5 @@
.Dd April 13, 2020 .Dd April 13, 2020
.Dt GOPHERNICUS 1 .Dt GOPHERNICUS 8
.Os .Os
.Sh NAME .Sh NAME
.Nm gophernicus .Nm gophernicus
@ -47,11 +47,12 @@
.Op Fl \&? .Op Fl \&?
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
is a gopher server. It serves almost compliant RFC 1436, with small is a gopher server.
changes to make it more modern. It serves almost compliant RFC 1436, with small changes to make it more
modern.
.Nm .Nm
supports userdirs, executable gophermaps, CGI, and virtual hosting (in the supports userdirs, executable gophermaps, CGI, and virtual hosting
limits of the RFC). .Pq in the limits of the RFC .
.Pp .Pp
.Nm .Nm
can log to can log to
@ -102,13 +103,15 @@ The default is
.It Fl l Ar file .It Fl l Ar file
Log to Log to
.Pa file .Pa file
in Apache-compatible combined format. Disabled by default. in Apache-compatible combined format.
Disabled by default.
.It Fl w Ar width .It Fl w Ar width
Set default page width. Set default page width.
The default is The default is
.Pa 67 . .Pa 67 .
.It Fl o Ar charset .It Fl o Ar charset
Select the output charset. It can be Select the output charset.
It can be one of
.Ar UTF-8 , .Ar UTF-8 ,
.Ar US-ASCII , .Ar US-ASCII ,
or or
@ -156,7 +159,8 @@ Set the email of the administrator to appear in
.It Fl U Ar paths .It Fl U Ar paths
Set a colon-separated list of extra Set a colon-separated list of extra
.Xr unveil 2 .Xr unveil 2
paths (only for OpenBSD). paths
.Pq only for Ox .
.It Fl nv .It Fl nv
Disable virtual hosting. Disable virtual hosting.
.It Fl nl .It Fl nl
@ -225,7 +229,7 @@ mostly conforms to
.Lk https://tools.ietf.org/html/rfc1436 "RFC 1436" .Lk https://tools.ietf.org/html/rfc1436 "RFC 1436"
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
.An Kim Holviala. .An Kim Holviala
wrote the original implementation (2009\(en2018). wrote the original implementation (2009\(en2018).
.Pp .Pp
.An fosslinux .An fosslinux
@ -249,7 +253,7 @@ Copyright \(co
2009\(en2018. 2009\(en2018.
.Pp .Pp
Copyright \(co Copyright \(co
.An Nm gophernicus Ns \& developers .An gophernicus developers
2019. 2019.
.Pp .Pp
Licensed to you under the terms of the BSD 2-clause license. Licensed to you under the terms of the BSD 2-clause license.