summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-13 01:43:16 -0500
committerJune McEnroe <june@causal.agency>2020-02-13 01:43:16 -0500
commitff518a8eb9b811f86f047ccd810c6dae85b18f1a (patch)
treee40ac9302737889177960fb623c073e39830f237
parentAdd -g for generating certificates (diff)
downloadcatgirl-ff518a8eb9b811f86f047ccd810c6dae85b18f1a.tar.gz
catgirl-ff518a8eb9b811f86f047ccd810c6dae85b18f1a.zip
Clean up manual lints
Wish I could use mandoc -T lint as part of the dev target but it
complains about missing referenced pages without a way to turn that off
that I can find.
-rw-r--r--catgirl.15
1 files changed, 2 insertions, 3 deletions
diff --git a/catgirl.1 b/catgirl.1
index cd06200..e9a35d8 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -105,7 +105,7 @@ Bind to source address
 .Ar host
 when connecting to the server.
 .
-.It Fl a Ar user Ns : Ns Ar pass , Cm sasl-plain = Ar user Ns : Ns Ar pass
+.It Fl a Ar user : Ns Ar pass , Cm sasl-plain = Ar user : Ns Ar pass
 Authenticate as
 .Ar user
 with
@@ -408,7 +408,6 @@ by a non-digit.
 .
 .Pp
 The color numbers are as follows:
-.Pp
 .Bl -column "99" "orange (dark yellow)" "15" "pink (light magenta)"
 .It \ 0 Ta white Ta \ 8 Ta yellow
 .It \ 1 Ta black Ta \ 9 Ta light green
@@ -418,7 +417,7 @@ The color numbers are as follows:
 .It \ 5 Ta brown (dark red) Ta 13 Ta pink (light magenta)
 .It \ 6 Ta magenta Ta 14 Ta gray
 .It \ 7 Ta orange (dark yellow) Ta 15 Ta light gray
-.It 99 Ta default
+.It 99 Ta default Ta Ta
 .El
 .
 .Sh FILES
bot mode on downgradeJune McEnroe 2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe