diff options
Diffstat (limited to 'text-utils/hexdump.1')
-rw-r--r-- | text-utils/hexdump.1 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/text-utils/hexdump.1 b/text-utils/hexdump.1 index 3dc84a3..a56773b 100644 --- a/text-utils/hexdump.1 +++ b/text-utils/hexdump.1 @@ -2,12 +2,12 @@ .\" Title: hexdump .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 -.\" Date: 2023-12-01 +.\" Date: 2024-03-20 .\" Manual: User Commands -.\" Source: util-linux 2.39.3 +.\" Source: util-linux 2.40 .\" Language: English .\" -.TH "HEXDUMP" "1" "2023-12-01" "util\-linux 2.39.3" "User Commands" +.TH "HEXDUMP" "1" "2024-03-20" "util\-linux 2.40" "User Commands" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -29,6 +29,7 @@ .\} .SH "NAME" hexdump \- display file contents in hexadecimal, decimal, octal, or ascii +.SH "SYNOPSIS" .sp \fBhexdump\fP \fIoptions file\fP ... .sp @@ -45,6 +46,11 @@ Below, the \fIlength\fP and \fIoffset\fP arguments may be followed by the multip \fIOne\-byte octal display\fP. Display the input offset in hexadecimal, followed by sixteen space\-separated, three\-column, zero\-filled bytes of input data, in octal, per line. .RE .sp +\fB\-X\fP, \fB\-\-one\-byte\-hex\fP +.RS 4 +\fIOne\-byte hexadecimal display\fP. Display the input offset in hexadecimal, followed by sixteen space\-separated, two\-column, zero\-filled bytes of input data, in hexadecimal, per line. +.RE +.sp \fB\-c\fP, \fB\-\-one\-byte\-char\fP .RS 4 \fIOne\-byte character display\fP. Display the input offset in hexadecimal, followed by sixteen space\-separated, three\-column, space\-filled characters of input data per line. |