]> git.pond.sub.org Git - empserver/blob - info/help.t
m4: Refresh macros from autoconf-archive commit fd1d25c148
[empserver] / info / help.t
1 .TH Command HELP
2 .NA help "Provide information on various topics"
3 .LV Basic
4 .SY "info [<SUBJECT|COMMAND|TOPIC|all>]"
5 .SY "help [<SUBJECT|COMMAND|TOPIC|all>]"
6 The Empire info pages are organized by subject.  To get a list of
7 subjects, type:
8 .EX info
9 or
10 .EX help
11 You can then type:
12 .EX info Subject
13 to get a list of Empire commands and info topics which are related
14 to the Subject that you chose.  Note that Subjects always start with a
15 capital letter (this is to distinguish them from commands which are
16 always lowercase).
17 .s1
18 To get info on the syntax of an Empire command, type:
19 .EX info command
20 where "command" is the command you're interested in.  Note that info
21 about Empire command syntax is always specified lower-case.
22 .s1
23 To get info about some Empire topic, type:
24 .EX info Topic
25 Where Topic is the name of some Empire topic that you're interested in.
26 .s1
27 Every Empire command and topic belongs to at least one subject, and in
28 some cases more than one.
29 .s1
30 .EX info all
31 This will list all info pages.  Warning: this list is long!
32 .s1
33 As of this writing, some clients shanghai the help command to provide
34 help on their own command line extensions, but fail to integrate
35 server help.  If the help command doesn't work for you, try the info
36 command instead.
37 .s1
38 .SA "Bugs, Playing"