Rewrite for clarity and correctness.
This commit is contained in:
parent
e68504b3c1
commit
808611da87
1 changed files with 6 additions and 9 deletions
|
@ -9,14 +9,8 @@ pconfig \- Print Empire configuration
|
||||||
.br
|
.br
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B pconfig
|
.B pconfig
|
||||||
creates an "econfig" file which may be used with the \-e argument with
|
prints server configuration to standard output. Output is in
|
||||||
most Empire programs. By default, Empire programs look for a file
|
configuration file syntax, and is designed to be self-explanatory.
|
||||||
called "econfig" in the data directory, but the
|
|
||||||
.B pconfig
|
|
||||||
program may be used to create an alternate Empire configuration file.
|
|
||||||
After you have created an "econfig" file, you can edit the game
|
|
||||||
configuration data in the file which the server uses to control
|
|
||||||
various parameters for the game.
|
|
||||||
.SH OPERANDS
|
.SH OPERANDS
|
||||||
.TP
|
.TP
|
||||||
.I configfile
|
.I configfile
|
||||||
|
@ -24,7 +18,10 @@ makes
|
||||||
.B pconfig
|
.B pconfig
|
||||||
use the game configuration specified in
|
use the game configuration specified in
|
||||||
.I configfile
|
.I configfile
|
||||||
instead of compiled-in defaults.
|
instead of compiled-in defaults. You can use this to merge
|
||||||
|
.I configfile
|
||||||
|
with compiled-in defaults into a configuration file that specifies all
|
||||||
|
configuration keys.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
\fIemp_server\fR(6).
|
\fIemp_server\fR(6).
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue