]> git.pond.sub.org Git - empserver/blob - info/Commands/info.t
d5d157c1036b383cdc97eae8eaebf0994fd10324
[empserver] / info / Commands / info.t
1 .TH Command INFO
2 .NA info "Provide information on various topics"
3 .LV Basic
4 .SY "info [<SUBJECT|COMMAND|TOPIC|all>]"
5 The Empire info pages are organized by subject.  To get a list of
6 subjects, type:
7 .EX info
8 You can then type:
9 .EX info Subject
10 to get a list of Empire commands and info topics which are related
11 to the Subject that you chose.  Note that Subjects always start with a
12 capital letter (this is to distinguish them from commands which are
13 always lowercase).
14 .s1
15 To get info on the syntax of an Empire command, type:
16 .EX info command
17 where "command" is the command you're interested in.  Note that info
18 about Empire command syntax is always specified lower-case.
19 .s1
20 To get info about some Empire topic, type:
21 .EX info Topic
22 Where Topic is the name of some Empire topic that you're interested in.
23 .s1
24 Every Empire command and topic belongs to at least one subject, and in
25 some cases more than one.
26 .s1
27 .EX info all
28 This will list all info pages.  Warning: this list is long!
29 .s1
30 .SA "Bugs, Playing"