summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-11-15 12:17:51 +0000
committerbapt <bapt@FreeBSD.org>2017-11-15 12:17:51 +0000
commit95b998315f2cf51b28a208290067e60aa68e466b (patch)
tree8ac943b709efd4f69bc91c2a1ad9a331199568fe /lib
parent85426482f2d0af9769ce6d0af932e8b6fb2d7a91 (diff)
downloadFreeBSD-src-95b998315f2cf51b28a208290067e60aa68e466b.zip
FreeBSD-src-95b998315f2cf51b28a208290067e60aa68e466b.tar.gz
MFC r325716:
Fix some nroff style issue
Diffstat (limited to 'lib')
-rw-r--r--lib/libutil/hexdump.319
1 files changed, 6 insertions, 13 deletions
diff --git a/lib/libutil/hexdump.3 b/lib/libutil/hexdump.3
index 76db989..ba23d25 100644
--- a/lib/libutil/hexdump.3
+++ b/lib/libutil/hexdump.3
@@ -42,14 +42,9 @@
The
.Fn hexdump
function prints an array of bytes to standard out in hexadecimal form,
-along with the
-.Tn ASCII
-representation of the bytes, if possible.
-By default, each line of
-output will start with an offset count, followed by 16 hexadecimal values,
-followed by 16
-.Tn ASCII
-characters.
+along with the ASCII representation of the bytes, if possible.
+By default, each line of output will start with an offset count, followed by 16
+hexadecimal values, followed by 16 ASCII characters.
.Bl -tag -width indent
.It Fa ptr
Pointer to the array of bytes to print.
@@ -73,12 +68,10 @@ Flags for controlling the formatting of the output.
Integer value of the number of bytes to display on each line.
A value of 0 implies that the default value of 16 will be used.
.It Bits 8-15
-Character
-.Tn ASCII
-value to use as the separator for the hexadecimal output.
+Character ASCII value to use as the separator for the hexadecimal output.
A value of 0 implies that the default value of 32
-.Tn ( ASCII
-space) will be used.
+.Pq ASCII space
+will be used.
.It Dv HD_OMIT_COUNT
Do not print the offset column at the beginning of each line.
.It Dv HD_OMIT_HEX
OpenPOWER on IntegriCloud