summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-06 01:38:13 -0500
committerJune McEnroe <june@causal.agency>2019-11-06 01:38:13 -0500
commit81391f266e3d741a8c705ee8980c406b307db1af (patch)
tree3cafd609af5175f4301f726678da283536e83b31
parentExpand SASL EXTERNAL documentation (diff)
downloadpounce-81391f266e3d741a8c705ee8980c406b307db1af.tar.gz
pounce-81391f266e3d741a8c705ee8980c406b307db1af.zip
Give SYNOPSIS Ars more informative names
-rw-r--r--pounce.118
1 files changed, 9 insertions, 9 deletions
diff --git a/pounce.1 b/pounce.1
index e5cf425..2058052 100644
--- a/pounce.1
+++ b/pounce.1
@@ -9,20 +9,20 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl Nev
-.Op Fl A Ar mesg
-.Op Fl C Ar path
+.Op Fl A Ar away
+.Op Fl C Ar cert
 .Op Fl H Ar host
-.Op Fl K Ar path
+.Op Fl K Ar priv
 .Op Fl P Ar port
-.Op Fl Q Ar mesg
-.Op Fl U Ar path
+.Op Fl Q Ar quit
+.Op Fl U Ar unix
 .Op Fl W Ar pass
 .Op Fl a Ar auth
-.Op Fl c Ar path
-.Op Fl f Ar path
+.Op Fl c Ar cert
+.Op Fl f Ar save
 .Op Fl h Ar host
-.Op Fl j Ar chan
-.Op Fl k Ar path
+.Op Fl j Ar join
+.Op Fl k Ar priv
 .Op Fl n Ar nick
 .Op Fl p Ar port
 .Op Fl r Ar real
exitJune McEnroe 2020-04-26Rearrange some of archive.hJune McEnroe 2020-04-26Free part.parts.ptrJune McEnroe 2020-04-26Rename part->id to part->contentIDJune McEnroe 2020-04-26Iterate through nested multiparts to find content for AtomJune McEnroe 2020-04-26Include Cc address in reply mailtosJune McEnroe 2020-04-26Use %R for RFC numbers in STANDARDS sectionJune McEnroe 2020-04-26Add mailto spec to STANDARDSJune McEnroe 2020-04-26Increase space between nav itemsJune McEnroe 2020-04-26Add mailto address for the archiveJune McEnroe 2020-04-26Put dates on new lines in indexJune McEnroe 2020-04-26Include <> around Message-Id in mailto: URLsJune McEnroe 2020-04-26Add link to index on thread pagesJune McEnroe 2020-04-26Fall back to Content-Type name parameter for attachmentsJune McEnroe 2020-04-26Remove margins in article.message headerJune McEnroe 2020-04-26Generate index.atomJune McEnroe 2020-04-26Generate XHTML content in Atom entriesJune McEnroe 2020-04-25Style index pageJune McEnroe 2020-04-25Render index.htmlJune McEnroe 2020-04-25Wrap <summary> replies count in <data>June McEnroe 2020-04-25Accumulate thread envelopes before concatenationJune McEnroe 2020-04-24Free envelope in concatDataJune McEnroe 2020-04-24Use replyTo address in mailto:June McEnroe 2020-04-23Wrap quoted lines in <q>June McEnroe