shorten introductory sentence and make deprecation clearer;
authorschwarze <schwarze@openbsd.org>
Tue, 11 Apr 2017 17:01:11 +0000 (17:01 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 11 Apr 2017 17:01:11 +0000 (17:01 +0000)
disgussed with deraadt@

share/man/man3/sysexits.3

index c14df27..eace75d 100644 (file)
 .\" (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
 .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 .