summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pounce.112
1 files changed, 7 insertions, 5 deletions
diff --git a/pounce.1 b/pounce.1
index 148180f..95d4d79 100644
--- a/pounce.1
+++ b/pounce.1
@@ -101,9 +101,10 @@ files listed on the command line.
 Files are searched for in
 .Pa $XDG_CONFIG_DIRS/pounce
 unless the path starts with
-.Ql /
+.Ql / ,
+.Ql \&./
 or
-.Ql \&. .
+.Ql \&../ .
 Certificate and private key paths
 are searched for in the same manner.
 Each option is placed on a line,
@@ -268,16 +269,17 @@ See
 .Sx Configuring CertFP .
 .
 .It Fl f Ar path , Cm save = Ar path
-Load and save the contents of the buffer from
+Save and load the contents of the buffer from
 .Ar path
 in
 .Pa $XDG_DATA_DIRS/pounce ,
 or an absolute or relative path if
 .Ar path
 starts with
-.Ql /
+.Ql / ,
+.Ql \&./
 or
-.Ql \&. .
+.Ql \&../ .
 The file is truncated after loading.
 .
 .It Fl g Ar path
fetch-email to SEE ALSO of imboxJune McEnroe 2019-12-21Add git-fetch-email wrapperJune McEnroe 2019-12-21Determine host by SRV lookupJune McEnroe 2019-12-21Clean up remaining codeJune McEnroe 2019-12-21Clean up mboxrd codeJune McEnroe 2019-12-21Convert CRLF to LFJune McEnroe 2019-12-21Implement -CFSTJune McEnroe 2019-12-21Rewrite aspirational manualJune McEnroe 2019-12-21Null-terminate read literalsJune McEnroe