about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--catgirl.112
1 files changed, 7 insertions, 5 deletions
diff --git a/catgirl.1 b/catgirl.1
index d228c8e..b09d55e 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -68,9 +68,10 @@ listed on the command line.
 Files are searched for in
 .Pa $XDG_CONFIG_DIRS/catgirl
 unless the path starts with
-.Ql /
+.Ql / ,
+.Ql \&./
 or
-.Ql \&. .
+.Ql \&../ .
 Each option is placed on a line,
 and lines beginning with
 .Ql #
@@ -290,16 +291,17 @@ Set realname to
 The default realname is the same as the nickname.
 .
 .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
 in
 .Pa $XDG_DATA_DIRS/catgirl ,
 or an absolute or relative path if
 .Ar name
 starts with
-.Ql /
+.Ql / ,
+.Ql \&./ ,
 or
-.Ql \&. .
+.Ql \&../ .
 .
 .It Fl t Ar path , Cm trust = Ar path
 Trust the certificate loaded from
9819f753451c1ad2fe435f148&follow=1'>eval: Restore input files in evalcommandHerbert Xu 2018-04-19eval: Reap zombies after built-in commands and functionsHerbert Xu 2018-04-19redir: Fix typo in noclobber codeHerbert Xu 2018-04-19expand: Fix glibc glob(3) supportHerbert Xu 2018-04-02expand: Fix buffer overflow in expandmetaHerbert Xu 2018-04-02builtin: Move echo space/nl handling into print_escape_strHerbert Xu 2018-04-02builtin: Fix echo performance regressionHerbert Xu 2018-04-02expand: Fix ghost fields with unquoted $@/$*Herbert Xu 2018-04-02parser: Allow newlines within parameter substitutionHerbert Xu 2018-04-02expand: Fix bugs with words connected to the right of $@Herbert Xu 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu