empserver/man/pconfig.6
Markus Armbruster 7379041d26 Fix title and section header in manual pages
Commit 530deef2 failed to update .TH of fairland(6), files(6) and
pconfig(6).

Commit 530deef2 failed to update .TH of empire(6).

Commit eeb9d3cb created empsched(6) with the wrong .TH.
2008-02-07 08:01:54 +01:00

28 lines
615 B
Groff

.TH PCONFIG 6
.SH NAME
pconfig \- Print Empire configuration
.SH SYNOPSIS
.B pconfig
[
.I configfile
]
.br
.SH DESCRIPTION
.B pconfig
prints server configuration to standard output. Output is in
configuration file syntax, and is designed to be self-explanatory.
.SH OPERANDS
.TP
.I configfile
makes
.B pconfig
use the game configuration specified in
.I configfile
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"
\fIemp_server\fR(6).
.SH AUTHOR
Julian Onions <j.onions@nexor.co.uk>