aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-07-02 01:40:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-07-02 01:44:41 +1200
commitf60184867b480bba44e5d4470dd8d58882195832 (patch)
tree35ef9cb67c177aa8f473d8c9fd96820dc37969a6 /man
parentVery important addenda to pks(6df) (diff)
downloaddotfiles-f60184867b480bba44e5d4470dd8d58882195832.tar.gz
dotfiles-f60184867b480bba44e5d4470dd8d58882195832.zip
Break pks(6df) and philsay(6df) in two
Looks like awk(1) implementations vary in how they interpret option arguments.
Diffstat (limited to 'man')
-rw-r--r--man/man6/philsay.6df28
-rw-r--r--man/man6/pks.6df6
2 files changed, 30 insertions, 4 deletions
diff --git a/man/man6/philsay.6df b/man/man6/philsay.6df
new file mode 100644
index 00000000..4de7c476
--- /dev/null
+++ b/man/man6/philsay.6df
@@ -0,0 +1,28 @@
+.TH PHILSAY 6df "July 2017" "Manual page for philsay"
+.SH NAME
+.B philsay
+\- Ha, ha, ha! ASCII art!
+.SH USAGE
+.B philsay
+.br
+.B philsay
+FILE1 FILE2
+.br
+program |
+.B philsay
+-
+.br
+DICT=$HOME/dict
+.B philsay
+.SH DESCRIPTION
+.B philsay
+shows a picture of our founder, Phil Ken Sebben, saying the first word of a
+line randomly chosen from the input using pks(6df).
+.P
+A hyphen character "-" can be given as an argument to select standard input.
+.SH SEE ALSO
+pks(6df), cowsay(1df)
+.br
+<https://www.youtube.com/watch?v=F8ID1KJQxB8>
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man6/pks.6df b/man/man6/pks.6df
index 47ddf7aa..dc430eff 100644
--- a/man/man6/pks.6df
+++ b/man/man6/pks.6df
@@ -12,8 +12,6 @@ program |
.B pks
-
.br
-.B pks
---phil
DICT=$HOME/dict
.B pks
.SH DESCRIPTION
@@ -23,9 +21,9 @@ no files are given, it defaults to /usr/share/dict/words, or the value of DICT
(ha, ha!) if specified in the environment.
.P
A hyphen character "-" can be given as an argument to select standard input.
-.P
-Adding --phil will show a picture of our founder, Phil Ken Sebben.
.SH SEE ALSO
+philsay(6df)
+.br
<https://www.youtube.com/watch?v=F8ID1KJQxB8>
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>