(all): Depend on info. Flatten info directory. This undoes the move to one subdirectory per chapter, which was done during Empire 2. The structure doesn't buy us much, as the info name space is flat, and it complicates makefiles. Overhaul info.pl: - It now wants to run in the root of the build tree. - Information on source files and subjects is now stored in makefiles, thus info.pl no longer picks up random junk from the file system. - Clean up Perl anachronisms, in particular use subroutine arguments and results rather than global variables where convenient. - Change format of diagnostics to the common format used by GNU tools, so that Emacs and the like can parse it. - Catch missing .SA. - When creating a new subject file, cowardly refuse to overwrite an existing file. - Subject files contain topics sorted by chapter, then by name. The order of chapters used to depend on how Perl sorts hash keys. Fix it.
17 lines
810 B
Perl
17 lines
810 B
Perl
.TH Command SHUTDOWN
|
|
.NA shutdown "Shut down the server"
|
|
.LV Expert
|
|
.SY "shutdown [<minutes>] <disable update?>"
|
|
Shutdown the server in <minutes> minutes. If <minutes> is 0 or not
|
|
specified, then any previous shutdown request will be canceled. If
|
|
the second argument is a "n" then updates will not be disabled
|
|
(otherwise they will be).
|
|
.s1
|
|
All players currently logged on will be sent flash messages when the
|
|
shutdown is started, every hour the day of the shutdown, every 10
|
|
minutes the hour of the shutdown, and every minute for the last five
|
|
minutes of the shutdown. When the shutdown actually
|
|
happens, the server will abort player commands in the same way that
|
|
the update does. The players connection is closed in the same way
|
|
that idle connections are closed.
|
|
.SA "enable, disable, force, turn, Deity"
|