diff options
author | aiju <aiju@phicode.de> | 2011-07-14 09:49:42 +0200 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2011-07-14 09:49:42 +0200 |
commit | 74e58ba64e090ba02d7e82454ec6f0078b57c161 (patch) | |
tree | 2594597abd39208e3fdf19db89f548721bf7579c | |
parent | bcbcda03a9abcec107cf578762feafffc54c1451 (diff) | |
download | plan9front-74e58ba64e090ba02d7e82454ec6f0078b57c161.tar.xz |
added nietzsche(1) man page
-rw-r--r-- | sys/man/1/nietzsche | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/man/1/nietzsche b/sys/man/1/nietzsche new file mode 100644 index 000000000..5e1e35083 --- /dev/null +++ b/sys/man/1/nietzsche @@ -0,0 +1,16 @@ +.TH NIETZSCHE 1 +.SH NAME +nietzsche \- print out Nietzsche quote +.SH SYNOPSIS +.B nietzsche +[ +.I numbers +] +.SH DESCRIPTION +.I Nietzsche +cites ``Human, all too human'' by Friedrich Nietzsche. +It prints the aphorisms with the numbers given as arguments, or a random one, if no argument is supplied. +.SH FILES +.B /lib/human +.SH SOURCE +.B /rc/bin/nietzsche |