]> git.pond.sub.org Git - empserver/blob - info/route.t
client: Make get_password() not echo with POSIX && !HAVE_GETPASS
[empserver] / info / route.t
1 .TH Command ROUTE
2 .NA route "Display delivery routes"
3 .LV Expert
4 .SY "route <ITEM> <SECTS>"
5 The route command generates a graphic display
6 of the delivery arrangement
7 for a specific deliverable item
8 in a given sector area.
9 .s1
10 The <SECTS> argument is as described in \*Qinfo syntax\*U.
11 <ITEM> is one of the following:
12 .NF
13 c    civilians
14 m    military
15 u    uncompensated workers
16 f    food
17 s    shells
18 g    guns (not gold)
19 p    planes
20 i    iron ore
21 d    dust (gold)
22 b    bars of gold
23 o    oil
24 l    light construction materials
25 h    heavy construction materials
26 r    radioactive materials
27 .FI
28
29 The delivery routes are indicated with \*Qgo-to\*Us
30 using the following codes, (assuming the sector in question is a mine):
31 .NF
32 .sp
33  m/     up-right        (u in deliver)
34  m>     right           (j in deliver)
35  m\e     down-right      (n in deliver)
36 /m      down-left       (b in deliver)
37 <m      left            (g in deliver)
38 \em      up-left         (y in deliver)
39 etc.
40 .FI
41 .sp
42 An example:
43 .sp
44 .EX route f #
45 .NF
46 .eo
47      - - - 0 0 0 0 0 0 0 0 0 0 1 1 1
48      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1 2
49  -5         /a  /a              /a    -5
50  -4       /k  <o              /g  <a  -4
51  -3  a>  h> \j  \a           +        -3
52  -2       \a  \a   a\     /a  /a      -2
53  -1     /a   a\ /a   b  /+   +        -1
54   0    m   c   u   t  \i              0
55   1     \a  \l      \a  \a            1
56   2        a/ \a   a/      a          2
57      - - - 0 0 0 0 0 0 0 0 0 0 1 1 1
58      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1 2
59 .ec
60 .FI
61 .sp
62 .s1
63 .SA "deliver, cutoff, Distribution"