=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsdiff.1,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/rcs/rcsdiff.1 2010/04/07 09:39:14 1.29 --- src/usr.bin/rcs/rcsdiff.1 2010/09/03 11:09:29 1.30 *************** *** 1,4 **** ! .\" $OpenBSD: rcsdiff.1,v 1.29 2010/04/07 09:39:14 lum Exp $ .\" .\" Copyright (c) 2005 Joris Vink .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: rcsdiff.1,v 1.30 2010/09/03 11:09:29 jmc Exp $ .\" .\" Copyright (c) 2005 Joris Vink .\" All rights reserved. *************** *** 14,20 **** .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! .Dd $Mdocdate: April 7 2010 $ .Dt RCSDIFF 1 .Os .Sh NAME --- 14,20 ---- .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! .Dd $Mdocdate: September 3 2010 $ .Dt RCSDIFF 1 .Os .Sh NAME *************** *** 106,111 **** --- 106,124 ---- The default is set to .Pa /tmp . .El + .Sh EXIT STATUS + The + .Nm + utility exits with one of the following values: + .Pp + .Bl -tag -width Ds -offset indent -compact + .It 0 + No differences were found. + .It 1 + Differences were found. + .It 2 + An error occurred. + .El .Sh EXAMPLES Compare the latest revision of the default branch with the content of working file *************** *** 118,136 **** and ignore differences in keyword values: .Pp .Dl $ rcsdiff -kk -r1.7 -r1.8 foo.c - .Sh DIAGNOSTICS - The - .Nm - utility exits with one of the following values: - .Pp - .Bl -tag -width Ds -compact -offset indent - .It 0 - No differences were found. - .It 1 - Differences were found. - .It 2 - An error occurred. - .El .Sh SEE ALSO .Xr ci 1 , .Xr co 1 , --- 131,136 ----