diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-08-18 14:54:35 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-08-18 14:54:35 -0500 |
commit | 2f6b7906e5bd98e0a98622437c2227cade31a08d (patch) | |
tree | 0174fb196978a671aa320f06c9fc7725461363ab /sys/man | |
parent | 74a2f28c13ab24ddd1854a0739b8379bb8e090f4 (diff) |
bullshit(1): new man page
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/bullshit | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sys/man/1/bullshit b/sys/man/1/bullshit new file mode 100644 index 000000000..b1fe9aed5 --- /dev/null +++ b/sys/man/1/bullshit @@ -0,0 +1,20 @@ +.TH BULLSHIT 1 +.SH NAME +bullshit \- assemble a stream of bullshit from words in a file +.SH SYNOPSIS +.B bullshit +[ +.I file +] +.SH DESCRIPTION +.I Bullshit +prints a one-line nonsense phrase assembled from random words. +If a +.I file +is specified, the words are taken from that file; +otherwise they are selected from +.BR /lib/bullshit . +.SH FILES +.B /lib/bullshit +.SH SOURCE +.B /rc/bin/bullshit |