documented the exit status conventions

This commit is contained in:
Gunter Labes 2010-03-25 21:19:16 +00:00
parent 21ec2794b5
commit 6d01a58230
2 changed files with 8 additions and 0 deletions

View File

@ -232,6 +232,10 @@ file.
sets the number of turns for the chosen scenario. The default is
.BR 50 .
.
.SH EXIT STATUS
.
Normal exit status is 0. An exit status of 1 indicates an (SDL, video, fonts, etc) initialization error. An exit status of 2 indicates an error with the command line options.
.
.SH AUTHOR
.
Written by David White <davidnwhite@verizon.net>.

View File

@ -262,6 +262,10 @@ The reply-to address of you mail.
.B mail_port
The port on which your mail server is running. Default is 25.
.
.SH EXIT STATUS
.
Normal exit status is 0 when the server was properly shutdown. An exit status of 2 indicates an error with the command line options.
.
.SH AUTHOR
.
Written by David White <davidnwhite@verizon.net>.