summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.1
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-06-04 20:19:18 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-06-04 20:19:18 +0000
commit442ec96cc19a3d89990db123d7af119fd7ac4fd3 (patch)
treec8a51c154afef07cf226660d5c84659bf40110f7 /usr.bin/cvs/cvs.1
parent40b3a805b214ba3501c002b9a40c19ce5419d6f0 (diff)
sync exit status bits with reality.
Diffstat (limited to 'usr.bin/cvs/cvs.1')
-rw-r--r--usr.bin/cvs/cvs.129
1 files changed, 3 insertions, 26 deletions
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 <jfb@openbsd.org>
.\" Copyright (c) 2004-2006 Xavier Santolaria <xsa@openbsd.org>
@@ -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 ,