summaryrefslogtreecommitdiff
path: root/hexdump.1
diff options
context:
space:
mode:
Diffstat (limited to 'hexdump.1')
-rw-r--r--hexdump.19
1 files changed, 5 insertions, 4 deletions
diff --git a/hexdump.1 b/hexdump.1
index 247064d..a6ddd5e 100644
--- a/hexdump.1
+++ b/hexdump.1
@@ -6,22 +6,23 @@
.Nd display file contents in hex and/or ASCII
.Sh SYNOPSIS
.Nm
+[-Cv] {file}
.Sh DESCRIPTION
.Nm
prints hexadecimal dump of
-.Ar path
+.Ar file
to stdout.
-.Nm
.Sh OPTIONS
.sp
.RE
\fB\-C\fP
.RS 4
Canonical hex+ASCII format. 16 bytes per line, print hex code area on
-the left and printable characters on the right.
+the left and printable characters on the right (this is the default).
.RE
.sp
\fB\-v\fP
.RS 4
-Display all data, no squezing of consecutive identical lines of bytes.
+Display all data, no squezing of consecutive identical lines of bytes
+(this is the default).