=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compress/zdiff.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/compress/zdiff.1 2003/12/28 14:56:13 1.3 +++ src/usr.bin/compress/zdiff.1 2005/07/22 09:13:24 1.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zdiff.1,v 1.3 2003/12/28 14:56:13 jmc Exp $ +.\" $OpenBSD: zdiff.1,v 1.4 2005/07/22 09:13:24 jmc Exp $ .\" .\" Copyright (c) 2003 Todd C. Miller .\" @@ -28,11 +28,11 @@ .Sh SYNOPSIS .Nm zcmp .Op Ar options -.Ar file +.Ar file1 .Op Ar file2 .Nm zdiff .Op Ar options -.Ar file +.Ar file1 .Op Ar file2 .Sh DESCRIPTION .Nm zcmp @@ -96,12 +96,13 @@ rely solely on the file extension to determine what is, or is not, a compressed file. Consequently, the following are not supported as arguments: -.Bl -dash +.Pp +.Bl -dash -offset indent -compact .It directories .It device special files .It filenames indicating the standard input -.Pq Dq \- +.Pq Sq - .El