]> git.pond.sub.org Git - empserver/blob - info/apropos.t
fairland: Tidy up comments
[empserver] / info / apropos.t
1 .TH Command APROPOS
2 .NA apropos "Searches info pages for information on a topic"
3 .LV Basic
4 .SY "apropos <searchword> [maxhits]"
5 .s1
6 The Empire info pages are organized by subject. It can sometimes be hard to
7 find the exact page with the information in which you are interested.
8 To get a list of subjects containing the word you are looking for, type:
9 .EX apropos <word>
10 .s1
11 without the < and > brackets.
12 .s1
13 You can then type:
14 .EX apropos bridge
15 to get a list of Empire commands and info topics which contain the
16 word bridge, as well as the line that mentions it.
17 .s1
18 Apropos is not case sensitive, thus the above example will find
19 pages with Bridge or bridge (or even bRiDgE).
20 .s1
21 By default, apropos exits when 100 hits are found.  You can change this value
22 with an optional second parameter.
23 .s1
24 .SA "info, Playing"