empserver/info/market.t
Markus Armbruster 4ea4a01fd5 (info, html): Implement.
(all): Depend on info.

Flatten info directory.  This undoes the move to one subdirectory per
chapter, which was done during Empire 2.  The structure doesn't buy us
much, as the info name space is flat, and it complicates makefiles.

Overhaul info.pl:
- It now wants to run in the root of the build tree.
- Information on source files and subjects is now stored in makefiles,
  thus info.pl no longer picks up random junk from the file system.
- Clean up Perl anachronisms, in particular use subroutine arguments and
  results rather than global variables where convenient.
- Change format of diagnostics to the common format used by GNU tools,
  so that Emacs and the like can parse it.
- Catch missing .SA.
- When creating a new subject file, cowardly refuse to overwrite an
  existing file.
- Subject files contain topics sorted by chapter, then by name.  The
  order of chapters used to depend on how Perl sorts hash keys.  Fix
  it.
2005-12-22 10:09:17 +00:00

52 lines
1.7 KiB
Perl

.TH Command MARKET
.NA market "Report current selling prices in the world market"
.LV Expert
.SY "market <ITEM|all>"
The market report displays the lowest price commodity of each type
currently on the market.
.s1
If you specify "all" for the item, all commodities on the market
are displayed.
.s1
If you specify a specific item, all lots of that item are displayed.
.s1
.EX market
.NF
Empire Market Report
Sun Dec 27 12:42:59 1998
lot high bid/unit by time left owner item amount sector
--- ------------- -- --------- ----- ---- ------ ------
1 $ 0.50 1 1.50 hrs ( 1) f 100 -1,1
3 $ 0.50 1 1.52 hrs ( 1) o 100 -1,1
Looks just like Christmas at K-mart, doesn't it!
.FI
.EX market oil
.NF
Empire Market Report
Sun Dec 27 12:43:08 1998
lot high bid/unit by time left owner item amount sector
--- ------------- -- --------- ----- ---- ------ ------
2 $ 1.00 1 1.52 hrs ( 1) o 100 -1,1
3 $ 0.50 1 1.52 hrs ( 1) o 100 -1,1
4 $ 0.50 1 1.52 hrs ( 1) o 100 -1,1
Looks just like Christmas at K-mart, doesn't it!
.FI
.EX market all
.NF
Empire Market Report
Sun Dec 27 12:43:09 1998
lot high bid/unit by time left owner item amount sector
--- ------------- -- --------- ----- ---- ------ ------
0 $ 1.00 1 1.50 hrs ( 1) f 100 -1,1
1 $ 0.50 1 1.50 hrs ( 1) f 100 -1,1
2 $ 1.00 1 1.52 hrs ( 1) o 100 -1,1
3 $ 0.50 1 1.52 hrs ( 1) o 100 -1,1
4 $ 0.50 1 1.52 hrs ( 1) o 100 -1,1
Looks just like Christmas at K-mart, doesn't it!
.FI
.s1
.SA "buy, sell, reset, Commerce"