summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-04-11 17:01:11 +0000
committerschwarze <schwarze@openbsd.org>2017-04-11 17:01:11 +0000
commit1a4410d13b704bf394814d6ac05d07da77853ca7 (patch)
tree76edc4a50a741b897ded4f592c100ec4baf7a179 /share/man/man3
parentAdd SIOCATMARK to allow pledge("inet") programs to call sockatmark(3). (diff)
downloadwireguard-openbsd-1a4410d13b704bf394814d6ac05d07da77853ca7.tar.xz
wireguard-openbsd-1a4410d13b704bf394814d6ac05d07da77853ca7.zip
shorten introductory sentence and make deprecation clearer;
disgussed with deraadt@
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/sysexits.310
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man3/sysexits.3 b/share/man/man3/sysexits.3
index c14df27cc1f..eace75dc25f 100644
--- a/share/man/man3/sysexits.3
+++ b/share/man/man3/sysexits.3
@@ -25,10 +25,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sysexits.3,v 1.12 2015/12/30 16:41:52 tedu Exp $
+.\" $OpenBSD: sysexits.3,v 1.13 2017/04/11 17:01:11 schwarze Exp $
.\" $FreeBSD: src/share/man/man3/sysexits.3,v 1.4.2.1 1999/08/29 16:45:41 peter Exp $
.\"
-.Dd $Mdocdate: December 30 2015 $
+.Dd $Mdocdate: April 11 2017 $
.Dt SYSEXITS 3
.Os
.Sh NAME
@@ -37,10 +37,8 @@
.Sh SYNOPSIS
.In sysexits.h
.Sh DESCRIPTION
-Some programs use defined error codes to distinguish between possible errors.
-However, most programs in
-.Ox
-do not.
+A few programs exit with the following non-portable error codes.
+Do not use them.
.Pp
The successful exit is always indicated by a status of 0, or
.Dv EX_OK .