summaryrefslogtreecommitdiff
path: root/sys/man/1/fortune
blob: 704531c856c73b638635cc740edfa0a62cec898f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.TH FORTUNE 1
.SH NAME
fortune, theo, troll \- sample lines from a file
.SH SYNOPSIS
.B fortune
[
.I file
]
.br
.B theo
.br
.B troll
.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 .
.LP
.I Troll
is more specific than
.I fortune;
it specializes in inflammatory rhetoric.
.LP
.I Theo
is more specific than
.I troll;
it presents insults from OpenBSD founder
Theo de Raadt.
.SH FILES
.B /sys/games/lib/fortunes
.br
.B /sys/games/lib/fortunes.index
\ \ fast lookup table, maintained automatically
.br
.B /lib/theo
.br
.B /lib/troll
.SH SOURCE
.B /sys/src/cmd/fortune.c
.br
.br
.B /rc/bin/theo
.br
.B /rc/bin/troll
.SH HISTORY
.I Theo
and
.I troll
first appeared in 9front (July, 2011).
.SH AUTHORS
Some initial trolls were provided by ChrisPBS.