=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diff.1,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/diff/diff.1 2015/11/24 19:35:41 1.47 --- src/usr.bin/diff/diff.1 2019/03/20 04:38:10 1.48 *************** *** 1,4 **** ! .\" $OpenBSD: diff.1,v 1.47 2015/11/24 19:35:41 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: diff.1,v 1.48 2019/03/20 04:38:10 schwarze Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. *************** *** 29,35 **** .\" .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" ! .Dd $Mdocdate: November 24 2015 $ .Dt DIFF 1 .Os .Sh NAME --- 29,35 ---- .\" .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" ! .Dd $Mdocdate: March 20 2019 $ .Dt DIFF 1 .Os .Sh NAME *************** *** 107,117 **** The lines removed from .Ar file1 are marked with ! .Sq \&-\ \& ; those added to .Ar file2 are marked ! .Sq \+\ \& . Lines which are changed from one file to the other are marked in both files with .Sq !\ \& . --- 107,117 ---- The lines removed from .Ar file1 are marked with ! .Sq \-\ \& ; those added to .Ar file2 are marked ! .Sq +\ \& . Lines which are changed from one file to the other are marked in both files with .Sq !\ \& . *************** *** 183,191 **** Comparison options: .Bl -tag -width Ds .It Fl a ! Treat all files as ! .Tn ASCII ! text. Normally .Nm will simply print --- 183,189 ---- Comparison options: .Bl -tag -width Ds .It Fl a ! Treat all files as ASCII text. Normally .Nm will simply print *************** *** 304,311 **** common subdirectories, and files which appear in only one directory are described as such. In directory mode only regular files and directories are compared. ! If a non-regular file such as a device special file or ! .Tn FIFO is encountered, a diagnostic message is printed. .Pp If only one of --- 302,308 ---- common subdirectories, and files which appear in only one directory are described as such. In directory mode only regular files and directories are compared. ! If a non-regular file such as a device special file or FIFO is encountered, a diagnostic message is printed. .Pp If only one of