diff options
| author | Alexander Ziaee <concussious@runbox.com> | 2024-05-10 02:43:39 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-05-10 02:50:48 +0000 |
| commit | 5ccaab1797e5bdc404f2299ebaec1265547a4744 (patch) | |
| tree | 337342a8395e5138c610a5e0ad7ce54e2a2adb0c /include | |
| parent | 9f91b8aaf5da3b4fcf56e3e89a49b18a54b4f191 (diff) | |
Diffstat (limited to 'include')
| -rw-r--r-- | include/sysexits.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/sysexits.h b/include/sysexits.h index f7247cc80080..3b24e131c647 100644 --- a/include/sysexits.h +++ b/include/sysexits.h @@ -35,9 +35,10 @@ /* * SYSEXITS.H -- Exit status codes for system programs. * - * This include file attempts to categorize possible error - * exit statuses for system programs, notably delivermail - * and the Berkeley network. + * This include file attempts to categorize error exit statuses + * for system programs, notably sendmail. These values exist only + * for interface compatibility, and are deprecated for FreeBSD + * base software. * * Error numbers begin at EX__BASE to reduce the possibility of * clashing with other exit statuses that random programs may |
