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 \-k
] ]
[ [
.BI \-2 outfile .BI \-2\ outfile
] ]
.br .br
.SH DESCRIPTION .SH DESCRIPTION
@ -38,7 +38,7 @@ the password for your country in the game
.BI \-k .BI \-k
if someone else is connected to your country, kill their connection if someone else is connected to your country, kill their connection
.TP .TP
.BI \-2 outfile .BI \-2\ outfile
redirect output to redirect output to
.I outfile .I outfile
.SH ENVIRONMENT VARIABLES .SH ENVIRONMENT VARIABLES

View file

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

View file

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

View file

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

View file

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

View file

@ -5,10 +5,10 @@ perfect \- create perfect resources
.SH SYNOPSIS .SH SYNOPSIS
.B perfect .B perfect
[ [
.BI \-e configfile .BI \-e\ configfile
] ]
[ [
.BI \-s sectfile .BI \-s\ sectfile
] ]
.br .br
.SH DESCRIPTION .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. creating the resources for a game. It sets all resources to 100.
.SH OPTIONS .SH OPTIONS
.TP .TP
.BI \-e configfile .BI \-e\ configfile
causes causes
.I perfect .I perfect
to use the game configuration specified in to use the game configuration specified in
.I configfile .I configfile
(by default, the file "econfig" in the data directory is used) (by default, the file "econfig" in the data directory is used)
.TP .TP
.BI \-s sectfile .BI \-s\ sectfile
give resources to the sectors in give resources to the sectors in
.I sectfile .I sectfile
(default is the "sector" file in the data directory) (default is the "sector" file in the data directory)