plan9port/man/man1/fortune.1

24 lines
427 B
Groff
Raw Normal View History

2004-04-10 18:53:55 +00:00
.TH FORTUNE 1
.SH NAME
fortune \- sample lines from a file
.SH SYNOPSIS
.B fortune
[
.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
2005-01-13 04:49:19 +00:00
.BR \*9/lib/fortunes .
2004-04-10 18:53:55 +00:00
.SH FILES
2005-01-13 04:49:19 +00:00
.B \*9/lib/fortunes
2004-04-10 18:53:55 +00:00
.br
2005-01-13 04:49:19 +00:00
.B \*9/lib/fortunes.index
2004-04-10 18:53:55 +00:00
\ \ fast lookup table, maintained automatically
.SH SOURCE
2005-01-11 17:37:33 +00:00
.B \*9/src/cmd/fortune.c