Clean up map info pages a bit

Drop .SY for map commands other than the one documented by the info
page.

Use the page's command to discuss arguments "revert" and "true", not
"bmap".

Clarify flags argument.
This commit is contained in:
Markus Armbruster 2011-04-09 20:19:15 +02:00
parent 5230ea8de4
commit 6b498f3908
10 changed files with 31 additions and 61 deletions

View file

@ -1,11 +1,7 @@
.TH Command BMAP
.NA bmap "Big map of all your worldly knowledge"
.LV Basic
.SY "bmap [<SECTS> | <SHIP>] <s|p|l|n|r|t|*|h>"
.SY "lbmap [<SECTS> | <LAND UNIT>] <s|p|l|n|*|h>"
.SY "nbmap [<SECTS> | <NUKE>] <s|p|l|n|*|h>"
.SY "pbmap [<SECTS> | <PLANE>] <s|p|l|n|*|h>"
.SY "sbmap [<SECTS> | <SHIP>] <s|p|l|n|*|h>"
.SY "bmap <SECTS>|<SHIP> [<BMAP-FLAGS>]"
A bmap gives you a graphic representation of all or part of your country.
.s1
Bmap differs from map in that it reflects everything you've learned
@ -72,6 +68,7 @@ If you use nbmap, you can get a bmap around a nuke.
.s1
.L "BMAP FLAGS"
.s1
Optional argument <BMAP-FLAGS> consists of bmap flag characters.
If you specify an 's' flag, bmap will put your ships on the map.
If you specify an 'l' flag, bmap will put your land units on the map.
If you specify an 'p' flag, bmap will put your planes on the map.
@ -84,7 +81,7 @@ To highlight sectors you own, specify the 'h' flag.
You actually have two bmaps. One which is created by the server; this
one is called your 'true' bmap. You can view your true bmap at any
time using the
.SY "bmap <SECTS> true"
.SY "bmap <SECTS|SHIP> true"
command. However, usually when you view your bmap, you are looking at
your 'working' bmap. The only difference between your working bmap
and your true bmap is that your working bmap also contains
@ -92,6 +89,6 @@ designations put on there by you using the 'bdes' command, and by your
friends using the "sharebmap" command. If somehow your bmap gets
corrupted, you can revert your working bmap back to your true bmap
using the command:
.SY "bmap <SECTS> revert"
.SY "bmap <SECTS|SHIP> revert"
.s1
.SA "bdes, map, navigate, fly, bomb, recon, paradrop, drop, lookout, coastwatch, radar, sharebmap, Maps"

View file

@ -1,11 +1,7 @@
.TH Command LBMAP
.NA lbmap "Big map of all your worldly knowledge around a land unit"
.LV Basic
.SY "bmap [<SECTS> | <SHIP>] <s|p|l|n|r|t|*|h>"
.SY "lbmap [<SECTS> | <LAND UNIT>] <s|p|l|n|*|h>"
.SY "nbmap [<SECTS> | <NUKE>] <s|p|l|n|*|h>"
.SY "pbmap [<SECTS> | <PLANE>] <s|p|l|n|*|h>"
.SY "sbmap [<SECTS> | <SHIP>] <s|p|l|n|*|h>"
.SY "lbmap <SECTS|LAND UNIT> [<BMAP-FLAGS>]"
A bmap gives you a graphic representation of all or part of your country.
.s1
Bmap differs from map in that it reflects everything you've learned
@ -74,6 +70,7 @@ If you use nbmap, you can get a bmap around a nuke.
.s1
.L "BMAP FLAGS"
.s1
Optional argument <BMAP-FLAGS> consists of bmap flag characters.
If you specify an 's' flag, bmap will put your ships on the map.
If you specify an 'l' flag, bmap will put your land units on the map.
If you specify an 'p' flag, bmap will put your planes on the map.
@ -86,7 +83,7 @@ To highlight sectors you own, specify the 'h' flag.
You actually have two bmaps. One which is created by the server; this
one is called your 'true' bmap. You can view your true bmap at any
time using the
.SY "bmap <SECTS> true"
.SY "lbmap <SECTS|LAND UNIT> true"
command. However, usually when you view your bmap, you are looking at
your 'working' bmap. The only difference between your working bmap
and your true bmap is that your working bmap also contains
@ -94,6 +91,6 @@ designations put on there by you using the 'bdes' command, and by your
friends using the "sharebmap" command. If somehow your bmap gets
corrupted, you can revert your working bmap back to your true bmap
using the command:
.SY "bmap <SECTS> revert"
.SY "lbmap <SECTS|LAND UNIT> revert"
.s1
.SA "bdes, map, navigate, fly, bomb, recon, paradrop, drop, lookout, coastwatch, radar, sharebmap, LandUnits, Maps"

View file

@ -1,11 +1,7 @@
.TH Command LMAP
.NA lmap "Map around a land unit"
.LV Basic
.SY "map <SECTS | SHIP> <s|p|l|n|*|h>"
.SY "nmap <SECTS | NUKE> <s|p|l|n|*|h>"
.SY "smap <SECTS | SHIP> <s|p|l|n|*|h>"
.SY "lmap <SECTS | LAND UNIT> <s|p|l|n|*|h>"
.SY "pmap <SECTS | PLANE> <s|p|l|n|*|h>"
.SY "lmap <SECTS|LAND UNIT> [<MAP-FLAGS>]"
A map gives you a graphic representation of all or part of your country.
.s1
Your own sectors as well as sea, mountains, wasteland and unowned
@ -60,6 +56,7 @@ If you use nmap, you can get a map around a nuke.
.s1
.L "MAP FLAGS"
.s1
Optional argument <MAP-FLAGS> consists of map flag characters.
If you specify an 's' flag, map will put your ships on the map.
If you specify an 'l' flag, map will put your land units on the map.
If you specify an 'p' flag, map will put your planes on the map.
@ -69,4 +66,4 @@ When multiple unit types are selected they are displayed
in the following priority order: nukes, land units, ships, planes.
To highlight sectors you own, specifiy the 'h' flag.
.s1
.SA "census, commodity, radar, realm, route, LandUnits, Maps"
.SA "census, commodity, radar, realm, route, march, LandUnits, Maps"

View file

@ -1,11 +1,7 @@
.TH Command MAP
.NA map "Generate a map showing sector types, seas, etc"
.LV Basic
.SY "map <SECTS | SHIP> <s|p|l|n|*|h>"
.SY "nmap <SECTS | NUKE> <s|p|l|n|*|h>"
.SY "smap <SECTS | SHIP> <s|p|l|n|*|h>"
.SY "lmap <SECTS | LAND UNIT> <s|p|l|n|*|h>"
.SY "pmap <SECTS | PLANE> <s|p|l|n|*|h>"
.SY "map <SECTS|SHIP> [<MAP-FLAGS>]"
A map gives you a graphic representation of all or part of your country.
.s1
Your own sectors as well as sea, mountains, wasteland and unowned
@ -58,6 +54,7 @@ If you use nmap, you can get a map around a nuke.
.s1
.L "MAP FLAGS"
.s1
Optional argument <MAP-FLAGS> consists of map flag characters.
If you specify an 's' flag, map will put your ships on the map.
If you specify an 'l' flag, map will put your land units on the map.
If you specify an 'p' flag, map will put your planes on the map.

View file

@ -1,11 +1,7 @@
.TH Command NBMAP
.NA nbmap "Big map of all your worldly knowledge around a nuke"
.LV Basic
.SY "bmap [<SECTS> | <SHIP>] <s|p|l|n|r|t|*|h>"
.SY "lbmap [<SECTS> | <LAND UNIT>] <s|p|l|n|*|h>"
.SY "nbmap [<SECTS> | <NUKE>] <s|p|l|n|*|h>"
.SY "pbmap [<SECTS> | <PLANE>] <s|p|l|n|*|h>"
.SY "sbmap [<SECTS> | <SHIP>] <s|p|l|n|*|h>"
.SY "nbmap <SECTS|NUKE> [<BMAP-FLAGS>]"
A bmap gives you a graphic representation of all or part of your country.
.s1
Bmap differs from map in that it reflects everything you've learned
@ -72,6 +68,7 @@ If you use nbmap, you can get a bmap around a nuke.
.s1
.L "BMAP FLAGS"
.s1
Optional argument <BMAP-FLAGS> consists of bmap flag characters.
If you specify an 's' flag, bmap will put your ships on the map.
If you specify an 'l' flag, bmap will put your land units on the map.
If you specify an 'p' flag, bmap will put your planes on the map.
@ -84,7 +81,7 @@ To highlight sectors you own, specify the 'h' flag.
You actually have two bmaps. One which is created by the server; this
one is called your 'true' bmap. You can view your true bmap at any
time using the
.SY "bmap <SECTS> true"
.SY "nbmap <SECTS|NUKE> true"
command. However, usually when you view your bmap, you are looking at
your 'working' bmap. The only difference between your working bmap
and your true bmap is that your working bmap also contains
@ -92,6 +89,6 @@ designations put on there by you using the 'bdes' command, and by your
friends using the "sharebmap" command. If somehow your bmap gets
corrupted, you can revert your working bmap back to your true bmap
using the command:
.SY "bmap <SECTS> revert"
.SY "nbmap <SECTS|NUKE> revert"
.s1
.SA "bdes, map, navigate, fly, bomb, recon, paradrop, drop, lookout, coastwatch, radar, sharebmap, Nukes, Maps"

View file

@ -1,11 +1,7 @@
.TH Command NMAP
.NA nmap "Generate a map showing new sector types or around a nuke"
.LV Basic
.SY "map <SECTS | SHIP> <s|p|l|n|*|h>"
.SY "nmap <SECTS | NUKE> <s|p|l|n|*|h>"
.SY "smap <SECTS | SHIP> <s|p|l|n|*|h>"
.SY "lmap <SECTS | LAND UNIT> <s|p|l|n|*|h>"
.SY "pmap <SECTS | PLANE> <s|p|l|n|*|h>"
.SY "nmap <SECTS|NUKE> [<MAP-FLAGS>]"
A map gives you a graphic representation of all or part of your country.
.s1
Your own sectors as well as sea, mountains, wasteland and unowned
@ -58,6 +54,7 @@ If you use nmap, you can get a map around a nuke.
.s1
.L "MAP FLAGS"
.s1
Optional argument <MAP-FLAGS> consists of map flag characters.
If you specify an 's' flag, map will put your ships on the map.
If you specify an 'l' flag, map will put your land units on the map.
If you specify an 'p' flag, map will put your planes on the map.

View file

@ -1,11 +1,7 @@
.TH Command PBMAP
.NA pbmap "Big map of all your worldly knowledge around a plane"
.LV Basic
.SY "bmap [<SECTS> | <SHIP>] <s|p|l|n|r|t|*|h>"
.SY "lbmap [<SECTS> | <LAND UNIT>] <s|p|l|n|*|h>"
.SY "nbmap [<SECTS> | <NUKE>] <s|p|l|n|*|h>"
.SY "pbmap [<SECTS> | <PLANE>] <s|p|l|n|*|h>"
.SY "sbmap [<SECTS> | <SHIP>] <s|p|l|n|*|h>"
.SY "pbmap <SECTS|PLANE> [<BMAP-FLAGS>]"
A bmap gives you a graphic representation of all or part of your country.
.s1
Bmap differs from map in that it reflects everything you've learned
@ -72,6 +68,7 @@ If you use nbmap, you can get a bmap around a nuke.
.s1
.L "BMAP FLAGS"
.s1
Optional argument <BMAP-FLAGS> consists of bmap flag characters.
If you specify an 's' flag, bmap will put your ships on the map.
If you specify an 'l' flag, bmap will put your land units on the map.
If you specify an 'p' flag, bmap will put your planes on the map.
@ -84,7 +81,7 @@ To highlight sectors you own, specify the 'h' flag.
You actually have two bmaps. One which is created by the server; this
one is called your 'true' bmap. You can view your true bmap at any
time using the
.SY "bmap <SECTS> true"
.SY "pbmap <SECTS|PLANE> true"
command. However, usually when you view your bmap, you are looking at
your 'working' bmap. The only difference between your working bmap
and your true bmap is that your working bmap also contains
@ -92,6 +89,6 @@ designations put on there by you using the 'bdes' command, and by your
friends using the "sharebmap" command. If somehow your bmap gets
corrupted, you can revert your working bmap back to your true bmap
using the command:
.SY "bmap <SECTS> revert"
.SY "pbmap <SECTS|PLANE> revert"
.s1
.SA "bdes, map, navigate, fly, bomb, recon, paradrop, drop, lookout, coastwatch, radar, sharebmap, Planes, Maps"

View file

@ -1,11 +1,7 @@
.TH Command PMAP
.NA pmap "Get a map around a plane"
.LV Basic
.SY "map <SECTS | SHIP> <s|p|l|n|*|h>"
.SY "nmap <SECTS | NUKE> <s|p|l|n|*|h>"
.SY "smap <SECTS | SHIP> <s|p|l|n|*|h>"
.SY "lmap <SECTS | LAND UNIT> <s|p|l|n|*|h>"
.SY "pmap <SECTS | PLANE> <s|p|l|n|*|h>"
.SY "pmap <SECTS|PLANE> [<MAP-FLAGS>]"
A map gives you a graphic representation of all or part of your country.
.s1
Your own sectors as well as sea, mountains, wasteland and unowned
@ -58,6 +54,7 @@ If you use nmap, you can get a map around a nuke.
.s1
.L "MAP FLAGS"
.s1
Optional argument <MAP-FLAGS> consists of map flag characters.
If you specify an 's' flag, map will put your ships on the map.
If you specify an 'l' flag, map will put your land units on the map.
If you specify an 'p' flag, map will put your planes on the map.

View file

@ -1,11 +1,7 @@
.TH Command SBMAP
.NA sbmap "Big map of all your worldly knowledge around a ship"
.LV Basic
.SY "bmap [<SECTS> | <SHIP>] <s|p|l|n|r|t|*|h>"
.SY "lbmap [<SECTS> | <LAND UNIT>] <s|p|l|n|*|h>"
.SY "nbmap [<SECTS> | <NUKE>] <s|p|l|n|*|h>"
.SY "pbmap [<SECTS> | <PLANE>] <s|p|l|n|*|h>"
.SY "sbmap [<SECTS> | <SHIP>] <s|p|l|n|*|h>"
.SY "sbmap <SECTS|SHIP> [<BMAP-FLAGS>]"
A bmap gives you a graphic representation of all or part of your country.
.s1
Bmap differs from map in that it reflects everything you've learned
@ -74,6 +70,7 @@ If you use nbmap, you can get a bmap around a nuke.
.s1
.L "BMAP FLAGS"
.s1
Optional argument <BMAP-FLAGS> consists of bmap flag characters.
If you specify an 's' flag, bmap will put your ships on the map.
If you specify an 'l' flag, bmap will put your land units on the map.
If you specify an 'p' flag, bmap will put your planes on the map.
@ -86,7 +83,7 @@ To highlight sectors you own, specify the 'h' flag.
You actually have two bmaps. One which is created by the server; this
one is called your 'true' bmap. You can view your true bmap at any
time using the
.SY "bmap <SECTS> true"
.SY "sbmap <SECTS|SHIP> true"
command. However, usually when you view your bmap, you are looking at
your 'working' bmap. The only difference between your working bmap
and your true bmap is that your working bmap also contains
@ -94,6 +91,6 @@ designations put on there by you using the 'bdes' command, and by your
friends using the "sharebmap" command. If somehow your bmap gets
corrupted, you can revert your working bmap back to your true bmap
using the command:
.SY "bmap <SECTS> revert"
.SY "sbmap <SECTS|SHIP> revert"
.s1
.SA "bdes, map, navigate, fly, bomb, recon, paradrop, drop, lookout, coastwatch, radar, sharebmap, Ships, Maps"

View file

@ -1,11 +1,7 @@
.TH Command SMAP
.NA smap "Get a map around a ship"
.LV Basic
.SY "map <SECTS | SHIP> <s|p|l|n|*|h>"
.SY "nmap <SECTS | NUKE> <s|p|l|n|*|h>"
.SY "smap <SECTS | SHIP> <s|p|l|n|*|h>"
.SY "lmap <SECTS | LAND UNIT> <s|p|l|n|*|h>"
.SY "pmap <SECTS | PLANE> <s|p|l|n|*|h>"
.SY "smap <SECTS|SHIP> [<MAP-FLAGS>]"
A map gives you a graphic representation of all or part of your country.
.s1
Your own sectors as well as sea, mountains, wasteland and unowned
@ -60,6 +56,7 @@ If you use nmap, you can get a map around a nuke.
.s1
.L "MAP FLAGS"
.s1
Optional argument <MAP-FLAGS> consists of map flag characters.
If you specify an 's' flag, map will put your ships on the map.
If you specify an 'l' flag, map will put your land units on the map.
If you specify an 'p' flag, map will put your planes on the map.