]> err.no Git - util-linux/commitdiff
hexdump.1: erroneous .Nm ""
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Wed, 22 Jul 2009 09:15:42 +0000 (11:15 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Aug 2009 10:11:04 +0000 (12:11 +0200)
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
text-utils/hexdump.1

index a3500ea847ea45018a155b0aad6fd962308fe06d..24cb8c394ca202133e5e6830b05f792b44546a13 100644 (file)
@@ -38,7 +38,7 @@
 .Nm hexdump
 .Nd ascii, decimal, hexadecimal, octal dump
 .Sh SYNOPSIS
-.Nm ""
+.Nm
 .Op Fl bcCdovx
 .Bk -words
 .Op Fl e Ar format_string
@@ -80,14 +80,14 @@ same sixteen bytes in %_p format enclosed in ``|'' characters.
 Display the input offset in hexadecimal, followed by eight
 space-separated, five column, zero-filled, two-byte units
 of input data, in unsigned decimal, per line.
-.It Fl e Ar format_string 
+.It Fl e Ar format_string
 Specify a format string to be used for displaying data.
-.It Fl f Ar format_file 
+.It Fl f Ar format_file
 Specify a file that contains one or more newline separated format strings.
 Empty lines and lines whose first non-blank character is a hash mark
 .Pf ( Cm \&# )
 are ignored.
-.It Fl n Ar length 
+.It Fl n Ar length
 Interpret only
 .Ar length
 bytes of input.
@@ -96,7 +96,7 @@ bytes of input.
 Display the input offset in hexadecimal, followed by eight
 space-separated, six column, zero-filled, two byte quantities of
 input data, in octal, per line.
-.It Fl s Ar offset 
+.It Fl s Ar offset
 Skip
 .Ar offset
 bytes from the beginning of the input.
@@ -208,7 +208,7 @@ described in the C standard are supported:
 .Pp
 Hexdump also supports the following additional conversion strings:
 .Bl -tag -width Fl
-.It Cm \&_a Ns Op Cm dox 
+.It Cm \&_a Ns Op Cm dox
 Display the input offset, cumulative across input files, of the
 next byte to be displayed.
 The appended characters
@@ -218,7 +218,7 @@ and
 .Cm x
 specify the display base
 as decimal, octal or hexadecimal respectively.
-.It Cm \&_A Ns Op Cm dox 
+.It Cm \&_A Ns Op Cm dox
 Identical to the
 .Cm \&_a
 conversion string except that it is only performed
@@ -255,12 +255,12 @@ are as follows:
 One byte counts only.
 .It Xo
 .Li \&%d , \&%i , \&%o ,
-.Li \&%u , \&%X , \&%x 
+.Li \&%u , \&%X , \&%x
 .Xc
 Four byte default, one, two and four byte counts supported.
 .It Xo
 .Li \&%E , \&%e , \&%f ,
-.Li \&%G , \&%g 
+.Li \&%G , \&%g
 .Xc
 Eight byte default, four byte counts supported.
 .El