From dbc1be0317ad5e70afb895648f4d6c8f0fbc1080 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 1 Jul 2017 21:22:28 +1200 Subject: Better implementation of pks(6df) Needs a lot of random numbers, but only one pass --- man/man6/pks.6df | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/man6/pks.6df b/man/man6/pks.6df index 03ab7251..30ae4ba1 100644 --- a/man/man6/pks.6df +++ b/man/man6/pks.6df @@ -8,13 +8,19 @@ .B pks FILE1 FILE2 .br +program | +.B pks +- +.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. +picks the first word from a random line on 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. +.P +A hyphen character "-" can be given as an argument to select standard input. .SH SEE ALSO .SH AUTHOR -- cgit v1.2.3