From: schwarze Date: Tue, 11 Apr 2017 17:01:11 +0000 (+0000) Subject: shorten introductory sentence and make deprecation clearer; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1a4410d13b704bf394814d6ac05d07da77853ca7;p=openbsd shorten introductory sentence and make deprecation clearer; disgussed with deraadt@ --- 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 .