]> git.pond.sub.org Git - empserver/commitdiff
Protect space between option and option arg, so that typesetting doesn't
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 30 Jan 2004 21:11:11 +0000 (21:11 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 30 Jan 2004 21:11:11 +0000 (21:11 +0000)
swallow it.

man/emp_client.6
man/emp_server.6
man/fairland.1
man/files.1
man/ore.1
man/perfect.1

index b7093ea8348d014546ffeeff245399cca1d39e08..8d383d00522a467037154b2a155cca068230be41 100644 (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
index 4f45f8f9776079488e2a60451246ae2bb866f363..b993d91d22b32adf35b179d8f64f42df7879d5d7 100644 (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)
index 3ff8ad0224c61c72cf66adfd660f5f3727e335fe..02b9c325a745dec0a8191600b5823d2fd5334796 100644 (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 
index d939ea2b8ff8e798974d9acc9b47744077540865..cb84e124a2a20168b4c0dcf3fa9ff78eb37dbc5a 100644 (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 
index 984e755723e1883b50e99560b9bc24f9d8ff2ecf..713a5a46f3526081f46ba2c8fbea7215e34f2acf 100644 (file)
--- a/man/ore.1
+++ b/man/ore.1
@@ -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)
index f51265e0b450e54fc26afef36161bfc6bc6c630a..81342f834fe7454d6958ca16e6660addb93da384 100644 (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)