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

View file

@ -98,7 +98,8 @@ parameters, you must remove the service and reinstall the service.\}
.SH BUGS
Please report all bugs to the Wolfpack <wolfpack@wolfpackempire.com>
.SH "SEE ALSO"
\fIempire\fR(6), \fIfairland\fR(6), \fIfiles\fR(6), \fIpconfig\fR(6).
\fIempire\fR(6), \fIempsched\fR(6), \fIfairland\fR(6), \fIfiles\fR(6),
\fIpconfig\fR(6).
.SH AUTHORS
Dave Pare, Jeff Bailey, Thomas Ruschak, Ken Stevens and Steve McClure
are principal authors. The full list of authors is too long to

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>