From 442ec96cc19a3d89990db123d7af119fd7ac4fd3 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Sun, 4 Jun 2006 20:19:18 +0000 Subject: sync exit status bits with reality. --- usr.bin/cvs/cvs.1 | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 9cd2a5f4a77..71c0480358c 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.97 2006/04/27 12:46:56 jmc Exp $ +.\" $OpenBSD: cvs.1,v 1.98 2006/06/04 20:19:17 xsa Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau .\" Copyright (c) 2004-2006 Xavier Santolaria @@ -137,6 +137,8 @@ with 1 being the fastest, and 9 providing the best level of compression. The default is 6. .El +.Pp +.Ex -std cvs .Sh COMMANDS .Nm supports the following commands: @@ -1960,31 +1962,6 @@ when archiving this file with the .Ic commit command. .El -.Sh DIAGNOSTICS -The -.Nm -utility exits 0 on success, or with one of the following return codes. -The numerical values corresponding to the symbolic ones are given in -parentheses for easy reference. -.Bl -tag -width Ds -.It Dv CVS_EX_USAGE Pq 1 -The -.Nm -command was used incorrectly. -Either with the wrong number of arguments, a bad flag, a bad syntax in -a parameter, etc... -.It Dv CVS_EX_DATA Pq 2 -The input data was incorrect in some way. -.It Dv CVS_EX_PROTO Pq 3 -The remote system returned something that was not possible during -a protocol exchange. -.It Dv CVS_EX_FILE Pq 4 -An error occurred while doing an operation on a file. -.It Dv CVS_EX_BADROOT Pq 5 -The -.Ev CVSROOT -was not given or does not match the expected format. -.El .Sh SEE ALSO .Xr diff 1 , .Xr gzip 1 , -- cgit v1.2.3