summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2006-06-04 20:19:17 +0000
committerxsa <xsa@openbsd.org>2006-06-04 20:19:17 +0000
commite7cdb3255d4cf76be02c49f08d5bbfd4ef433e7d (patch)
tree6228a322e028cdeca4565827e846ae55b082e781 /usr.bin/cvs
parentAdd a CAVEATS section: other systems might have more restrictive adjtime(2). (diff)
downloadwireguard-openbsd-e7cdb3255d4cf76be02c49f08d5bbfd4ef433e7d.tar.xz
wireguard-openbsd-e7cdb3255d4cf76be02c49f08d5bbfd4ef433e7d.zip
sync exit status bits with reality.
Diffstat (limited to 'usr.bin/cvs')
-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 ,