Fix some nroff style issue

MFC after:	3 days
This commit is contained in:
bapt 2017-11-11 14:39:13 +00:00
parent 6eb85a3d98
commit 51aef4df21

View File

@ -42,14 +42,9 @@
The The
.Fn hexdump .Fn hexdump
function prints an array of bytes to standard out in hexadecimal form, function prints an array of bytes to standard out in hexadecimal form,
along with the along with the ASCII representation of the bytes, if possible.
.Tn ASCII By default, each line of output will start with an offset count, followed by 16
representation of the bytes, if possible. hexadecimal values, followed by 16 ASCII characters.
By default, each line of
output will start with an offset count, followed by 16 hexadecimal values,
followed by 16
.Tn ASCII
characters.
.Bl -tag -width indent .Bl -tag -width indent
.It Fa ptr .It Fa ptr
Pointer to the array of bytes to print. 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. 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. A value of 0 implies that the default value of 16 will be used.
.It Bits 8-15 .It Bits 8-15
Character Character ASCII value to use as the separator for the hexadecimal output.
.Tn ASCII
value to use as the separator for the hexadecimal output.
A value of 0 implies that the default value of 32 A value of 0 implies that the default value of 32
.Tn ( ASCII .Pq ASCII space
space) will be used. will be used.
.It Dv HD_OMIT_COUNT .It Dv HD_OMIT_COUNT
Do not print the offset column at the beginning of each line. Do not print the offset column at the beginning of each line.
.It Dv HD_OMIT_HEX .It Dv HD_OMIT_HEX