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
client.c?h=2.0&id=2f39eabb2ddc945217a92247724e65f4eb485656&follow=1'>Define macro for bit flag enumsJune McEnroe 2019-11-08Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe 2019-11-08Only change AWAY status for registered clientsJune McEnroe 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe