empserver/man/empsched.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

41 lines
673 B
Groff

.TH EMPSCHED 6
.SH NAME
empsched \- Print Empire update schedule
.SH SYNOPSIS
.B empsched
[
.B \-hv
]
[
.BI \-e " configfile"
]
[
.BI \-n " number"
]
[
.I file
]
.br
.SH DESCRIPTION
.B empsched
prints the Empire update schedule.
.SH OPTIONS
.TP
.BI \-e " configfile"
Use game configuration in \fIconfigfile\fR.
.TP
.B \-h
Help. Print brief usage information and exit.
.TP
.BI \-n " number"
Print \fInumber\fR updates.
.TP
.B \-v
Print version information and exit.
.SH OPERANDS
If \fIfile\fR is given, \fBempsched\fR prints the schedule defined
there instead of the current schedule.
.SH "SEE ALSO"
\fIemp_server\fR(6).
.SH AUTHOR
Markus Armbruster <armbru@pond.sub.org>