New utility program empsched.

This commit is contained in:
Markus Armbruster 2007-07-13 16:49:13 +00:00
parent 47be4f724c
commit eeb9d3cb04
4 changed files with 159 additions and 2 deletions

41
man/empsched.6 Normal file
View file

@ -0,0 +1,41 @@
.TH PRSCHED 1
.SH NAME
prsched \- Print Empire update schedule
.SH SYNOPSIS
.B prsched
[
.B \-hv
]
[
.BI \-e " configfile"
]
[
.BI \-n " number"
]
[
.I file
]
.br
.SH DESCRIPTION
.B prsched
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, \fBprsched\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>