summaryrefslogtreecommitdiff
path: root/usr.bin/cmp
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-23 04:32:40 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-23 04:32:40 +0000
commita2d8aa4124f4856d7675a1cd268dc5a1f1e22350 (patch)
tree14844c4c8389307d49f87dc4e204b8e859bcbc9c /usr.bin/cmp
parentb7253ab25580c3ade3e0f9b14e52111cda23a6a4 (diff)
usr.bin/ man page repairs, a - e
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r--usr.bin/cmp/cmp.18
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1
index 85df2f9ed00..06fd8f12a36 100644
--- a/usr.bin/cmp/cmp.1
+++ b/usr.bin/cmp/cmp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cmp.1,v 1.3 1998/05/26 07:22:21 deraadt Exp $
+.\" $OpenBSD: cmp.1,v 1.4 1998/09/23 04:32:37 aaron Exp $
.\" $NetBSD: cmp.1,v 1.4 1995/09/08 03:22:55 tls Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -49,7 +49,9 @@
.Ar file1 file2
.Op Ar skip1 Op Ar skip2
.Sh DESCRIPTION
-The cmp utility compares two files of any type and writes the results
+The
+.Nm cmp
+utility compares two files of any type and writes the results
to the standard output.
By default,
.Nm
@@ -77,7 +79,7 @@ are the byte offsets from the beginning of
and
.Ar file2 ,
respectively, where the comparison will begin.
-The offset is decimal by default, but may be expressed as an hexadecimal
+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
The