=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sdiff/sdiff.1,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/sdiff/sdiff.1 2005/12/27 04:06:16 1.2 --- src/usr.bin/sdiff/sdiff.1 2005/12/27 04:43:01 1.3 *************** *** 1,4 **** ! .\" $OpenBSD: sdiff.1,v 1.2 2005/12/27 04:06:16 tedu Exp $ .\" .\" Written by Raymond Lai . .\" Public domain. --- 1,4 ---- ! .\" $OpenBSD: sdiff.1,v 1.3 2005/12/27 04:43:01 tedu Exp $ .\" .\" Written by Raymond Lai . .\" Public domain. *************** *** 11,17 **** .Nd side-by-side diff .Sh SYNOPSIS .Nm ! .Op Fl abDdilstW .Op Fl I Ar regexp .Op Fl o Ar outfile .Op Fl w Ar width --- 11,17 ---- .Nd side-by-side diff .Sh SYNOPSIS .Nm ! .Op Fl abdilstW .Op Fl I Ar regexp .Op Fl o Ar outfile .Op Fl w Ar width *************** *** 59,72 **** .El .It Fl s Skip identical lines. - .It Fl D - Debug mode. - Verifies whenever possible. - Used to test how well - .Nm - works with various - .Xr diff 1 - implementations. .It Fl w Ar width Print a maximum of .Ar width --- 59,64 ----