diff options
author | ru <ru@FreeBSD.org> | 2006-12-19 10:34:14 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-12-19 10:34:14 +0000 |
commit | b95ba6dd8d999963c5ba2a8d436b318273378205 (patch) | |
tree | 2c3a590da66bd87b88000cabf1b886cebd1fea56 /usr.bin/cmp | |
parent | 5ce6905b904d4519790b59520e6592e4eaa3910d (diff) | |
download | FreeBSD-src-b95ba6dd8d999963c5ba2a8d436b318273378205.zip FreeBSD-src-b95ba6dd8d999963c5ba2a8d436b318273378205.tar.gz |
Refine markup and add the EXIT STATUS section where appropriate.
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r-- | usr.bin/cmp/cmp.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 50ba535..29088aa 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -35,7 +35,7 @@ .\" @(#)cmp.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd August 23, 2005 +.Dd December 19, 2006 .Dt CMP 1 .Os .Sh NAME @@ -43,7 +43,7 @@ .Nd compare two files .Sh SYNOPSIS .Nm -.Op Fl l | Fl s | Fl x +.Op Fl l | s | x .Op Fl hz .Ar file1 file2 .Op Ar skip1 Op Ar skip2 @@ -60,7 +60,7 @@ and line number at which the first difference occurred is reported. Bytes and lines are numbered beginning with one. .Pp The following options are available: -.Bl -tag -width flag +.Bl -tag -width indent .It Fl h Do not follow symbolic links. .It Fl l @@ -90,7 +90,7 @@ and respectively, where the comparison will begin. The offset is decimal by default, but may be expressed as a hexadecimal or octal value by preceding it with a leading ``0x'' or ``0''. -.Pp +.Sh EXIT STATUS The .Nm utility exits with one of the following values: |