aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-07-01 20:11:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-07-01 20:11:44 +1200
commitb6dcf69a979a6502b97f4b18837d5889d8d31ab6 (patch)
tree71aaff17c9c332f5f8b886b61043bf65870a99e3 /man
parentWork around no options terminal in POSIX chmod(1) (diff)
downloaddotfiles-b6dcf69a979a6502b97f4b18837d5889d8d31ab6.tar.gz
dotfiles-b6dcf69a979a6502b97f4b18837d5889d8d31ab6.zip
First attempt at pks(6df)
I've got a better idea, though
Diffstat (limited to 'man')
-rw-r--r--man/man6/pks.6df21
1 files changed, 21 insertions, 0 deletions
diff --git a/man/man6/pks.6df b/man/man6/pks.6df
new file mode 100644
index 00000000..03ab7251
--- /dev/null
+++ b/man/man6/pks.6df
@@ -0,0 +1,21 @@
+.TH PKS 6df "July 2017" "Manual page for pks"
+.SH NAME
+.B pks
+\- select and laugh at a random word from a system dictionary or fileset
+.SH USAGE
+.B pks
+.br
+.B pks
+FILE1 FILE2
+.br
+DICT=$HOME/dict
+.B pks
+.SH DESCRIPTION
+.B pks
+picks a random word from a set of files and laughs at it. If no files are
+given, it defaults to /usr/share/dict/words, or the value of DICT (ha, ha!) if
+specified in the environment.
+.SH SEE ALSO
+<https://www.youtube.com/watch?v=F8ID1KJQxB8>
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>