aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Ziaee <concussious@runbox.com>2024-05-10 02:43:39 +0000
committerWarner Losh <imp@FreeBSD.org>2024-05-10 02:50:48 +0000
commit5ccaab1797e5bdc404f2299ebaec1265547a4744 (patch)
tree337342a8395e5138c610a5e0ad7ce54e2a2adb0c /include
parent9f91b8aaf5da3b4fcf56e3e89a49b18a54b4f191 (diff)
downloadsrc-5ccaab1797e5bdc404f2299ebaec1265547a4744.tar.gz
src-5ccaab1797e5bdc404f2299ebaec1265547a4744.zip
sysexits: Tidy deprecated header and manual
<sysexits.h> was deprecated in the base system in a1432b4 for FreeBSD 8.0 and is retained only for backwards compatibility. Make that clear, since sysexits(3) suggested using it since it was in style(9) prior to this. MFC after: 1 week Co-authored-by: imp Fixes: a1432b4 Reviewed by: imp, pauamma (previous version) Pull Request https://github.com/freebsd/freebsd-src/pull/1195
Diffstat (limited to 'include')
-rw-r--r--include/sysexits.h7
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