From f92ef519e739bf45c96b49ca87d7f55c63d3b0c3 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Thu, 30 Jun 2005 18:33:01 +0000 Subject: [PATCH] Added some remarks to the errorcodes --- html/errcodes.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/html/errcodes.html b/html/errcodes.html index 679b49dc..bb2a1e3a 100644 --- a/html/errcodes.html +++ b/html/errcodes.html @@ -14,7 +14,7 @@
-
Last update 20-Jun-2005
+
Last update 30-Jun-2005

MBSE BBS - Error return codes.

@@ -23,8 +23,11 @@ Following is a list of return codes from all official mbse programs and utilities. These codes can be used in scripts. If a program exits normally, the return code is 0. If a program exits by a signal, the return code is the signal number. This means if you kill a running program with a SIGTERM, the programs -exits with the SIGTERM error number. On most platforms this is 15. Here is the -list of other return codes: +exits with the SIGTERM error number. On most platforms this is 15. These +errorcodes are for the most part the same on all *nix platforms but because of +some small differences I cannot list these here. Just do a kill -l to see +a list of errors for your own platform.
+Here is the list of other return codes:
  1. Commandline error
  2. Configuration error