=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diff.1,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/diff/diff.1 2003/06/26 04:53:02 1.6 --- src/usr.bin/diff/diff.1 2003/06/27 20:28:13 1.7 *************** *** 1,4 **** ! .\" $OpenBSD: diff.1,v 1.6 2003/06/26 04:53:02 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: diff.1,v 1.7 2003/06/27 20:28:13 tedu Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. *************** *** 37,62 **** .Nd differential file and directory comparator .Sh SYNOPSIS .Nm diff ! .Op Fl bitw .Oo .Fl c | Fl e | Fl f | .Fl h | Fl n | Fl u .Oc .Ar file1 file2 .Nm diff ! .Op Fl bitw .Op Fl C Ar number .Ar file1 file2 .Nm diff ! .Op Fl bitw .Op Fl D Ar string .Ar file1 file2 .Nm diff ! .Op Fl bitw .Op Fl U Ar number .Ar file1 file2 .Nm diff ! .Op Fl bitw .Oo .Fl c | Fl e | Fl f | .Fl h | Fl n | Fl u --- 37,62 ---- .Nd differential file and directory comparator .Sh SYNOPSIS .Nm diff ! .Op Fl abitw .Oo .Fl c | Fl e | Fl f | .Fl h | Fl n | Fl u .Oc .Ar file1 file2 .Nm diff ! .Op Fl abitw .Op Fl C Ar number .Ar file1 file2 .Nm diff ! .Op Fl abitw .Op Fl D Ar string .Ar file1 file2 .Nm diff ! .Op Fl abitw .Op Fl U Ar number .Ar file1 file2 .Nm diff ! .Op Fl abitw .Oo .Fl c | Fl e | Fl f | .Fl h | Fl n | Fl u *************** *** 79,84 **** --- 79,86 ---- .Pp Output options (mutually exclusive): .Bl -tag -width Ds + .It Fl a + Treat all files as ascii. .It Fl c Produces a diff with 3 lines of context. With