summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-08 17:45:42 -0500
committerJune McEnroe <june@causal.agency>2020-12-08 17:45:42 -0500
commitf91a898e13cd1f7f1e41b29c7d84cd0daa4963fb (patch)
treee4cd7947033887e1a76040f171fc0daa71e28ffc
parentClarify configuration file usage example (diff)
downloadcatgirl-f91a898e13cd1f7f1e41b29c7d84cd0daa4963fb.tar.gz
catgirl-f91a898e13cd1f7f1e41b29c7d84cd0daa4963fb.zip
Fix manual page lints
-rw-r--r--catgirl.14
1 files changed, 2 insertions, 2 deletions
diff --git a/catgirl.1 b/catgirl.1
index 1e6ce12..b4c5a73 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -162,7 +162,7 @@ and write it to
 Connect to
 .Ar host .
 .
-.It Fl i Ar pattern, Cm ignore = Ar pattern
+.It Fl i Ar pattern , Cm ignore = Ar pattern
 Add a case-insensitive message filtering pattern,
 which may contain
 .Ql * ,
@@ -697,7 +697,7 @@ ignore = * [JPQ][OAU][IR][NT] #example
 .Re
 .It
 .Rs
-.%A K. Zeilenga, Ed. 
+.%A K. Zeilenga, Ed.
 .%T The PLAIN Simple Authentication and Security Layer (SASL) Mechanism
 .%I IETF
 .%N RFC 4616
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