Clarify configuration path interpretations
parent
e89e6dda99
commit
bee17a8278
12
catgirl.1
12
catgirl.1
|
@ -68,9 +68,10 @@ listed on the command line.
|
||||||
Files are searched for in
|
Files are searched for in
|
||||||
.Pa $XDG_CONFIG_DIRS/catgirl
|
.Pa $XDG_CONFIG_DIRS/catgirl
|
||||||
unless the path starts with
|
unless the path starts with
|
||||||
.Ql /
|
.Ql / ,
|
||||||
|
.Ql \&./
|
||||||
or
|
or
|
||||||
.Ql \&. .
|
.Ql \&../ .
|
||||||
Each option is placed on a line,
|
Each option is placed on a line,
|
||||||
and lines beginning with
|
and lines beginning with
|
||||||
.Ql #
|
.Ql #
|
||||||
|
@ -290,16 +291,17 @@ Set realname to
|
||||||
The default realname is the same as the nickname.
|
The default realname is the same as the nickname.
|
||||||
.
|
.
|
||||||
.It Fl s Ar name , Cm save = Ar name
|
.It Fl s Ar name , Cm save = Ar name
|
||||||
Load and save the contents of windows from
|
Save and load the contents of windows from
|
||||||
.Ar name
|
.Ar name
|
||||||
in
|
in
|
||||||
.Pa $XDG_DATA_DIRS/catgirl ,
|
.Pa $XDG_DATA_DIRS/catgirl ,
|
||||||
or an absolute or relative path if
|
or an absolute or relative path if
|
||||||
.Ar name
|
.Ar name
|
||||||
starts with
|
starts with
|
||||||
.Ql /
|
.Ql / ,
|
||||||
|
.Ql \&./ ,
|
||||||
or
|
or
|
||||||
.Ql \&. .
|
.Ql \&../ .
|
||||||
.
|
.
|
||||||
.It Fl t Ar path , Cm trust = Ar path
|
.It Fl t Ar path , Cm trust = Ar path
|
||||||
Trust the certificate loaded from
|
Trust the certificate loaded from
|
||||||
|
|
Loading…
Reference in New Issue