/*++ /* NAME /* sys_exits 3 /* SUMMARY /* sendmail-compatible exit status handling /* SYNOPSIS /* #include <sys_exits.h> /* /* typedef struct { /* .in +4
/* int status; /* exit status */ /* const char *dsn; /* RFC 3463 */ /* const char *text; /* free text */ /* .in -4 /* } SYS_EXITS_DETAIL; /* /* int SYS_EXITS_CODE(code) /* int code; /* /* const char *sys_exits_strerror(code) /* int code; /* /* const SYS_EXITS_DETAIL *sys_exits_detail(code) /* int code; /* /* int sys_exits_softerror(code) /* int code; /* DESCRIPTION /* This module interprets sendmail-compatible process exit status /* codes. /* /* SYS_EXITS_CODE() returns non-zero when the specified code /* is a sendmail-compatible process exit status code. /* /* sys_exits_strerror() returns a descriptive text for the /* specified sendmail-compatible status code, or a generic /* text for an unknown status code. /* /* sys_exits_detail() returns a table entry with assorted /* information about the specified sendmail-compatible status /* code, or a generic entry for an unknown status code. /* The generic entry may be overwritten with each sys_exits_detail() /* call. /* /* sys_exits_softerror() returns non-zero when the specified /* sendmail-compatible status code corresponds to a recoverable error. /* An unknown status code is always unrecoverable. /* DIAGNOSTICS /* Fatal: out of memory. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.