summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.1
diff options
context:
space:
mode:
authorSebastian Rasmussen2016-05-29 22:54:03 +0200
committerSebastian Rasmussen2016-05-31 23:40:21 +0200
commitd35df4db5bb6164b4f4f378e92394333ef5c68a3 (patch)
tree76b6e48e311184bde8148e0936e65dda86c4cff7 /text-utils/hexdump.1
parentcal: support timestamps (diff)
downloadkernel-qcow2-util-linux-d35df4db5bb6164b4f4f378e92394333ef5c68a3.tar.gz
kernel-qcow2-util-linux-d35df4db5bb6164b4f4f378e92394333ef5c68a3.tar.xz
kernel-qcow2-util-linux-d35df4db5bb6164b4f4f378e92394333ef5c68a3.zip
docs: Fix various typos
Signed-off-by: Sebastian Rasmussen <sebras@gmail.com>
Diffstat (limited to 'text-utils/hexdump.1')
-rw-r--r--text-utils/hexdump.14
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/hexdump.1 b/text-utils/hexdump.1
index af8433d74..25a17ea46 100644
--- a/text-utils/hexdump.1
+++ b/text-utils/hexdump.1
@@ -225,13 +225,13 @@ conversion string except that it is only performed once, when all of the
input data has been processed.
.TP
.B \&_c
-Output characters in the default character set. Nonprinting characters are
+Output characters in the default character set. Non-printing characters are
displayed in three-character, zero-padded octal, except for those
representable by standard escape notation (see above), which are displayed as
two-character strings.
.TP
.B \&_p
-Output characters in the default character set. Nonprinting characters are
+Output characters in the default character set. Non-printing characters are
displayed as a single
.RB ' \&. '.
.TP