=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diff.1,v retrieving revision 1.6 retrieving revision 1.7 diff -u -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 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.6 2003/06/26 04:53:02 millert Exp $ +.\" $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,26 +37,26 @@ .Nd differential file and directory comparator .Sh SYNOPSIS .Nm diff -.Op Fl bitw +.Op Fl abitw .Oo .Fl c | Fl e | Fl f | .Fl h | Fl n | Fl u .Oc .Ar file1 file2 .Nm diff -.Op Fl bitw +.Op Fl abitw .Op Fl C Ar number .Ar file1 file2 .Nm diff -.Op Fl bitw +.Op Fl abitw .Op Fl D Ar string .Ar file1 file2 .Nm diff -.Op Fl bitw +.Op Fl abitw .Op Fl U Ar number .Ar file1 file2 .Nm diff -.Op Fl bitw +.Op Fl abitw .Oo .Fl c | Fl e | Fl f | .Fl h | Fl n | Fl u @@ -79,6 +79,8 @@ .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