]> git.pond.sub.org Git - empserver/blob - info/path.t
Make: Get SHELL from Autoconf
[empserver] / info / path.t
1 .TH Command PATH
2 .NA path "Show the distribution path of a sector"
3 .LV Expert
4 .SY "path <SECT>"
5 The path command generates a map
6 of the distribution path for a specific sector.
7 .s1
8 The <SECT> argument is a single sector, as described in \*Qinfo syntax\*U.
9
10 The distribution paths are indicated with \*Qgo-to\*Us
11 exactly as for the "route" command:
12 .NF
13 .sp
14  m/     up-right        (u in level)
15  m>     right           (j in level)
16  m\e     down-right      (n in level)
17 /m      down-left       (b in level)
18 <m      left            (g in level)
19 \em      up-left         (y in level)
20 .FI
21 .sp
22 An example:
23 .sp
24 .EX path -2,0
25 .NF
26 .eo
27      - - - 0 0 0 0 0 0 0 0 0 0 1 1
28      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1
29  -5  .   .   a   a   .   .   .   a  -5
30  -4    .   k   o   .   .   .   1    -4
31  -3  a   h   j   a   .   .   +/  .  -3
32  -2    ^   a   a   a   .   a/  a    -2
33  -1  .   a   a   a   b   +/  +   .  -1
34   0    0\  c   u>  t>  i/  .   .    0
35   1  .   a>  l/  ^   a   a   .   .  1
36   2    .   a   a   a   .   a   .    2
37      - - - 0 0 0 0 0 0 0 0 0 0 1 1
38      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1
39 .ec
40 .FI
41 .sp
42 where -2,0 distributes to 10,-4 along the path shown.
43 .sp
44 .SA "distribute, route, map, Distribution"