summaryrefslogtreecommitdiff
path: root/usr.bin/cmp/cmp.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cmp/cmp.1')
-rw-r--r--usr.bin/cmp/cmp.110
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1
index e61f62c..e55d7c6 100644
--- a/usr.bin/cmp/cmp.1
+++ b/usr.bin/cmp/cmp.1
@@ -40,7 +40,6 @@
.Nd compare two files
.Sh SYNOPSIS
.Nm
-.Op Fl c
.Op Fl l | Fl s
.Ar file1 file2
.Op Ar skip1 Op Ar skip2
@@ -56,15 +55,6 @@ Bytes and lines are numbered beginning with one.
.Pp
The following options are available:
.Bl -tag -width flag
-.It Fl c
-Do the compare using
-.Xr getc 3
-rather than
-.Xr mmap 2 .
-Combined with the
-.Fl l
-flag, this can be helpful in locating an I/O error in the underlying
-device.
.It Fl l
Print the byte number (decimal) and the differing
byte values (octal) for each difference.