Refine manpage concerning the UNIX-domain socket file
This commit is contained in:
parent
33d3d85f4f
commit
e35d3e1287
1 changed files with 5 additions and 4 deletions
9
quark.1
9
quark.1
|
@ -1,4 +1,4 @@
|
||||||
.Dd 2017-07-11
|
.Dd 2018-02-05
|
||||||
.Dt QUARK 1
|
.Dt QUARK 1
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm quark
|
.Nm quark
|
||||||
|
@ -50,9 +50,10 @@ Set user ID to the ID of
|
||||||
when dropping privileges.
|
when dropping privileges.
|
||||||
.It Fl U Ar sockfile
|
.It Fl U Ar sockfile
|
||||||
Create the UNIX-domain socket file
|
Create the UNIX-domain socket file
|
||||||
.Ar sockfile
|
.Ar sockfile ,
|
||||||
and listen on it for incoming connections.
|
listen on it for incoming connections and remove it on exit.
|
||||||
The file will be cleaned up at exit.
|
Its user and group owners are equal to the user and group IDs used for dropping
|
||||||
|
privileges to.
|
||||||
.It Fl v
|
.It Fl v
|
||||||
Disable virtual hosts.
|
Disable virtual hosts.
|
||||||
.It Fl V
|
.It Fl V
|
||||||
|
|
Loading…
Reference in a new issue