=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cmp/cmp.1,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/cmp/cmp.1 1998/05/26 07:22:21 1.3 --- src/usr.bin/cmp/cmp.1 1998/09/23 04:32:37 1.4 *************** *** 1,4 **** ! .\" $OpenBSD: cmp.1,v 1.3 1998/05/26 07:22:21 deraadt Exp $ .\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: cmp.1,v 1.4 1998/09/23 04:32:37 aaron Exp $ .\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 *************** *** 49,55 **** .Ar file1 file2 .Op Ar skip1 Op Ar skip2 .Sh DESCRIPTION ! The cmp utility compares two files of any type and writes the results to the standard output. By default, .Nm --- 49,57 ---- .Ar file1 file2 .Op Ar skip1 Op Ar skip2 .Sh DESCRIPTION ! The ! .Nm cmp ! utility compares two files of any type and writes the results to the standard output. By default, .Nm *************** *** 77,83 **** and .Ar file2 , respectively, where the comparison will begin. ! The offset is decimal by default, but may be expressed as an hexadecimal or octal value by preceding it with a leading ``0x'' or ``0''. .Pp The --- 79,85 ---- and .Ar file2 , respectively, where the comparison will begin. ! The offset is decimal by default, but may be expressed as a hexadecimal or octal value by preceding it with a leading ``0x'' or ``0''. .Pp The