summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-07 22:32:54 -0500
committerJune McEnroe <june@causal.agency>2019-11-07 22:32:54 -0500
commit1732cd75cf6353ecbd2da04f8bcc326ac9e4fcfb (patch)
treead70517cbf02aac1eec85db6e70636381409dff7
parentInclude path in readlinkat error (diff)
downloadpounce-1732cd75cf6353ecbd2da04f8bcc326ac9e4fcfb.tar.gz
pounce-1732cd75cf6353ecbd2da04f8bcc326ac9e4fcfb.zip
Just write the example normally
-rw-r--r--pounce.12
1 files changed, 1 insertions, 1 deletions
diff --git a/pounce.1 b/pounce.1
index 23fca1d..fb8330a 100644
--- a/pounce.1
+++ b/pounce.1
@@ -347,7 +347,7 @@ The default nickname.
 .Sh EXAMPLES
 Configuration on the command line:
 .Bd -literal -offset indent
-.Nm Fl H Li pounce.example.org Fl h Li chat.freenode.net Fl j Li '#ascii.town'
+pounce -H pounce.example.org -h chat.freenode.net -j '#ascii.town'
 .Ed
 .
 .Pp
sJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe