plan9fox/sys/man/1/fortune

41 lines
678 B
Plaintext
Raw Normal View History

.TH FORTUNE 1
.SH NAME
2011-07-21 19:18:08 +00:00
fortune, troll \- sample lines from a file
.SH SYNOPSIS
.B fortune
[
.I file
]
2011-07-21 19:18:08 +00:00
.br
.B troll
[
.I file
]
.SH DESCRIPTION
.I Fortune
prints a one-line aphorism chosen at random.
If a
.I file
is specified, the saying is taken from that file;
otherwise it is selected from
.BR /sys/games/lib/fortunes .
2011-07-21 19:18:08 +00:00
.LP
.I
Troll
is more specific than
.I fortune;
it specializes in inflammatory rhetoric.
.SH FILES
.B /sys/games/lib/fortunes
.br
.B /sys/games/lib/fortunes.index
\ \ fast lookup table, maintained automatically
2011-07-21 19:18:08 +00:00
.br
.B /sys/games/lib/trolls
.SH SOURCE
.B /sys/src/cmd/fortune.c
2011-07-21 19:18:08 +00:00
.br
.B /rc/bin/troll
.SH AUTHORS
Some initial trolls were provided by ChrisPBS.