]> git.pond.sub.org Git - empserver/blob - info/market.t
fairland: Tidy up comments
[empserver] / info / market.t
1 .TH Command MARKET
2 .NA market "Report current selling prices in the world market"
3 .LV Expert
4 .SY "market <ITEM|all>"
5 The market report displays the lowest price commodity of each type
6 currently on the market.
7 .s1
8 If you specify "all" for the item, all commodities on the market
9 are displayed.
10 .s1
11 If you specify a specific item, all lots of that item are displayed.
12 .s1
13 .EX market
14 .NF
15      Empire Market Report
16    Sun Dec 27 12:42:59 1998
17  lot  high bid/unit  by  time left  owner  item  amount  sector
18  ---  -------------  --  ---------  -----  ----  ------  ------
19    1  $        0.50   1   1.50 hrs  (  1)   f       100  -1,1
20    3  $        0.50   1   1.52 hrs  (  1)   o       100  -1,1
21
22 Looks just like Christmas at K-mart, doesn't it!
23 .FI
24 .EX market oil
25 .NF
26
27      Empire Market Report
28    Sun Dec 27 12:43:08 1998
29  lot  high bid/unit  by  time left  owner  item  amount  sector
30  ---  -------------  --  ---------  -----  ----  ------  ------
31    2  $        1.00   1   1.52 hrs  (  1)   o       100  -1,1
32    3  $        0.50   1   1.52 hrs  (  1)   o       100  -1,1
33    4  $        0.50   1   1.52 hrs  (  1)   o       100  -1,1
34
35 Looks just like Christmas at K-mart, doesn't it!
36 .FI
37 .EX market all
38 .NF
39      Empire Market Report
40    Sun Dec 27 12:43:09 1998
41  lot  high bid/unit  by  time left  owner  item  amount  sector
42  ---  -------------  --  ---------  -----  ----  ------  ------
43    0  $        1.00   1   1.50 hrs  (  1)   f       100  -1,1
44    1  $        0.50   1   1.50 hrs  (  1)   f       100  -1,1
45    2  $        1.00   1   1.52 hrs  (  1)   o       100  -1,1
46    3  $        0.50   1   1.52 hrs  (  1)   o       100  -1,1
47    4  $        0.50   1   1.52 hrs  (  1)   o       100  -1,1
48
49 Looks just like Christmas at K-mart, doesn't it!
50 .FI
51 .s1
52 .SA "buy, sell, reset, Commerce"