mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
fix usage of mandoc Pa macro
The Pa macro is intended to be "an absolute or relative file system path, or a file or directory name"
This commit is contained in:
parent
65f0107646
commit
7ca1bf85a0
@ -66,21 +66,17 @@ Changes the server hostname shown on the output menu.
|
|||||||
The default is the fully qualified domain name of the machine.
|
The default is the fully qualified domain name of the machine.
|
||||||
.It Fl p Ar port
|
.It Fl p Ar port
|
||||||
Changes the server port shown on the output menu.
|
Changes the server port shown on the output menu.
|
||||||
The default is
|
The default is 70.
|
||||||
.Pa 70 .
|
|
||||||
.It Fl T Ar port
|
.It Fl T Ar port
|
||||||
Changes the SSL/TLS port.
|
Changes the SSL/TLS port.
|
||||||
The default is
|
The default is 0 (disabled).
|
||||||
.Pa 0
|
|
||||||
(disabled).
|
|
||||||
.It Fl r Ar directory
|
.It Fl r Ar directory
|
||||||
Set the document root of the server.
|
Set the document root of the server.
|
||||||
The default is
|
The default is
|
||||||
.Pa /var/gopher .
|
.Pa /var/gopher .
|
||||||
.It Fl t Ar type
|
.It Fl t Ar type
|
||||||
Set the default gopher filetype.
|
Set the default gopher filetype.
|
||||||
The default is
|
The default is 0.
|
||||||
.Pa 0 .
|
|
||||||
.It Fl g Ar mapfile
|
.It Fl g Ar mapfile
|
||||||
Set the gophermap file name.
|
Set the gophermap file name.
|
||||||
The default is
|
The default is
|
||||||
@ -96,19 +92,18 @@ The default is
|
|||||||
.It Fl u Ar directory
|
.It Fl u Ar directory
|
||||||
Set the name of the personal gopherspace directory.
|
Set the name of the personal gopherspace directory.
|
||||||
Each user can deploy a personal gopherspace by creating a directory
|
Each user can deploy a personal gopherspace by creating a directory
|
||||||
.Pa directory
|
.Ar directory
|
||||||
in their home directory.
|
in their home directory.
|
||||||
The default is
|
The default is
|
||||||
.Pa public_gopher .
|
.Pa public_gopher .
|
||||||
.It Fl l Ar file
|
.It Fl l Ar file
|
||||||
Log to
|
Log to
|
||||||
.Pa file
|
.Ar file
|
||||||
in Apache-compatible combined format.
|
in Apache-compatible combined format.
|
||||||
Disabled by default.
|
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 67.
|
||||||
.Pa 67 .
|
|
||||||
.It Fl o Ar charset
|
.It Fl o Ar charset
|
||||||
Select the output charset.
|
Select the output charset.
|
||||||
It can be one of
|
It can be one of
|
||||||
@ -120,17 +115,13 @@ The default is
|
|||||||
.Ar UTF-8 .
|
.Ar UTF-8 .
|
||||||
.It Fl s Ar seconds
|
.It Fl s Ar seconds
|
||||||
Session timeout in seconds.
|
Session timeout in seconds.
|
||||||
The default is
|
The default is 1800.
|
||||||
.Pa 1800 .
|
|
||||||
.It Fl i Ar hits
|
.It Fl i Ar hits
|
||||||
Maximum hits until throttling.
|
Maximum hits until throttling.
|
||||||
The default is
|
The default is 4069.
|
||||||
.Pa 4069 .
|
|
||||||
.It Fl k Ar kilobytes
|
.It Fl k Ar kilobytes
|
||||||
Maximum transfer size in KiB until throttling.
|
Maximum transfer size in KiB until throttling.
|
||||||
The default is
|
The default is 4194304 (4 GiB).
|
||||||
.Pa 4194304
|
|
||||||
(4 GiB).
|
|
||||||
.It Fl f Ar directory
|
.It Fl f Ar directory
|
||||||
Set directory where output filters are found.
|
Set directory where output filters are found.
|
||||||
Disabled by default.
|
Disabled by default.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user