Protect space between option and option arg, so that typesetting doesn't

swallow it.
This commit is contained in:
Markus Armbruster 2004-01-30 21:11:11 +00:00
parent eb64deaf1d
commit 3a1ef7d9b1
6 changed files with 20 additions and 20 deletions

View file

@ -14,7 +14,7 @@ empire \- Empire client
.BI \-k
]
[
.BI \-2 outfile
.BI \-2\ outfile
]
.br
.SH DESCRIPTION
@ -38,7 +38,7 @@ the password for your country in the game
.BI \-k
if someone else is connected to your country, kill their connection
.TP
.BI \-2 outfile
.BI \-2\ outfile
redirect output to
.I outfile
.SH ENVIRONMENT VARIABLES

View file

@ -8,10 +8,10 @@ emp_server \- Empire server
.BI \-dhps
]
[
.BI \-D datadir
.BI \-D\ datadir
]
[
.BI \-e configfile
.BI \-e\ configfile
]
[
.IR name
@ -44,11 +44,11 @@ Lwp Print mode. This is used for debugging lwp-threads.
Lwp stack check mode. This will report if any of the lwp thread stack
spaces overflow. It forces lwp print mode on.
.TP
.BI \-D datadir
.BI \-D\ datadir
causes the server to use the data files in
.I datadir
.TP
.BI \-e configfile
.BI \-e\ configfile
causes the server to use the game configuration specification in
.I configfile
(by default, the file "econfig" in the data directory is used)

View file

@ -8,10 +8,10 @@ fairland \- Empire land generator
.BI \-aieoq
]
[
.BI \-s scriptout
.BI \-s\ scriptout
]
[
.BI \-e configfile
.BI \-e\ configfile
]
.IR nc
.IR sc
@ -64,13 +64,13 @@ program) to set the resources.
.B \-q
run quietly without printing anything to the terminal
.TP
.BI \-s scriptout
.BI \-s\ scriptout
writes a script for placing capitol to the file
.I scriptout
(If you don't specify this argument, then the script will be written
to "newcap_script".)
.TP
.BI \-e configfile
.BI \-e\ configfile
causes
.I fairland
to use the game configuration specified in

View file

@ -5,7 +5,7 @@ files \- Empire file initialization
.SH SYNOPSIS
.B files
[
.BI \-e configfile
.BI \-e\ configfile
]
.br
.SH DESCRIPTION
@ -16,7 +16,7 @@ to run a game. It will destroy all previous game data, so excercise
caution when running this program.
.SH OPTIONS
.TP
.BI \-e configfile
.BI \-e\ configfile
causes
.I files
to use the game configuration specified in

View file

@ -5,10 +5,10 @@ ore \- Empire resource generator
.SH SYNOPSIS
.B ore
[
.BI \-e configfile
.BI \-e\ configfile
]
[
.BI \-s sectfile
.BI \-s\ sectfile
]
.br
.SH DESCRIPTION
@ -18,14 +18,14 @@ to generate their ore, this program is included as an alternative for
creating the resources for a game.
.SH OPTIONS
.TP
.BI \-e configfile
.BI \-e\ configfile
causes
.I ore
to use the game configuration specified in
.I configfile
(by default, the file "econfig" in the data directory is used)
.TP
.BI \-s sectfile
.BI \-s\ sectfile
give resources to the sectors in
.I sectfile
(default is the "sector" file in the data directory)

View file

@ -5,10 +5,10 @@ perfect \- create perfect resources
.SH SYNOPSIS
.B perfect
[
.BI \-e configfile
.BI \-e\ configfile
]
[
.BI \-s sectfile
.BI \-s\ sectfile
]
.br
.SH DESCRIPTION
@ -18,14 +18,14 @@ to generate their resources, this program is included as an alternative for
creating the resources for a game. It sets all resources to 100.
.SH OPTIONS
.TP
.BI \-e configfile
.BI \-e\ configfile
causes
.I perfect
to use the game configuration specified in
.I configfile
(by default, the file "econfig" in the data directory is used)
.TP
.BI \-s sectfile
.BI \-s\ sectfile
give resources to the sectors in
.I sectfile
(default is the "sector" file in the data directory)