diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-13 17:39:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-13 17:39:15 +0000 |
commit | aa38eeb22ae6291f8f69919d345c79591567e03f (patch) | |
tree | 7dab05d7d8d6459063c13f736d3852ab0b0991d7 /usr.bin/compress/zdiff.1 | |
parent | 55370e7dedf35051de90df8250a1e8bfdf89e32e (diff) |
Small tweaks from jmc@
o correct filename for stdin
o fix "the the"
o remove width from dash list (unused)
o -compact for FILES list
Diffstat (limited to 'usr.bin/compress/zdiff.1')
-rw-r--r-- | usr.bin/compress/zdiff.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/compress/zdiff.1 b/usr.bin/compress/zdiff.1 index 4b7343479e0..5d7b88d8d73 100644 --- a/usr.bin/compress/zdiff.1 +++ b/usr.bin/compress/zdiff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zdiff.1,v 1.1 2003/07/12 16:01:49 millert Exp $ +.\" $OpenBSD: zdiff.1,v 1.2 2003/07/13 17:39:14 millert Exp $ .\" .\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -77,7 +77,7 @@ If unset, is used. .El .Sh FILES -.Bl -tag -width "/tmp/zdiff.XXXXXXXXXX" +.Bl -tag -width "/tmp/zdiff.XXXXXXXXXX" -compact .It Pa /tmp/zcmp.XXXXXXXXXX Temporary file for .Nm zcmp . @@ -93,14 +93,14 @@ Temporary file for .Nm zcmp and .Nm zdiff -rely solely on the the file extension to determine what is, or is not, +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 -width "XX" +.Bl -dash .It directories .It device special files .It -filenames indicating the standard input ("'") +filenames indicating the standard input ("-") .El |