info/ndump: Belatedly update for v4.3.3's nuke storage change

Commit 2e40a4b (v4.3.3) changed ndump, but not its info page.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2013-12-29 19:05:46 +01:00
parent e616af34e3
commit e010fa5f2f

View file

@ -1,9 +1,9 @@
.TH Command NDUMP .TH Command NDUMP
.NA ndump "Dump raw nuke information" .NA ndump "Dump raw nuke information"
.LV Expert .LV Expert
.SY "ndump <SECTS>" .SY "ndump <NUKES>"
The ndump command displays all information on The ndump command displays all information on
some or all of the sectors you occupy. some or all of your nuclear devices.
Each nuke's information is printed on one very long line. Each nuke's information is printed on one very long line.
Fields are separated by a single space. Fields are separated by a single space.
.s1 .s1
@ -11,10 +11,10 @@ This command is designed to be used for input to an empire tool
such as \*Qve\*U. such as \*Qve\*U.
.s1 .s1
In the syntax of the ndump command In the syntax of the ndump command
<SECTS> is the area on which you wish information, <NUKES> are the ships on which you wish information
(see \*Qinfo Syntax\*U). (see \*Qinfo Syntax\*U).
.s1 .s1
An ndump command lists all selected nuclear stockpiles headed by: An ndump command lists all selected nuclear devices headed by:
.NF .NF
Sun Feb 9 22:16:37 1997 Sun Feb 9 22:16:37 1997
DUMP NUKES 855544597 DUMP NUKES 855544597
@ -23,20 +23,17 @@ id x y num type
The first line is the date. The second line is the The first line is the date. The second line is the
"DUMP NUKES <timestamp>" where the <timestamp> field is the current "DUMP NUKES <timestamp>" where the <timestamp> field is the current
timestamp. The third line is the columns which are output. timestamp. The third line is the columns which are output.
.s1 .NF
id - The id of the stockpile the nuke is in. x x location
.s1 y y location
x and y - The x and y coordinates of the stockpile num always 1 for backward compatibility
.s1 type type of nuke
num - The number of this type of nuke .FI
.s1
type - This type of nuke (100kt, 5mt, etc.)
.s1
A typical usage might be: A typical usage might be:
.EX ndump #5 .EX ndump #5
which would list data for all nukes in realm #5. which would list data for all nukes in realm #5.
.s1 .s1
A ndump lists each of your sectors in the specified area. A ndump lists each of your nukes in the specified area.
The header line is a list of fields that correspond The header line is a list of fields that correspond
to the order that ndump prints the nuke info. to the order that ndump prints the nuke info.
.s1 .s1