diff options
author | Karel Zak <kzak@redhat.com> | 2013-03-18 18:31:07 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2013-03-18 18:31:07 +0100 |
commit | 16ef36f783837f8ebf90e8707cbcbcab2dc4c18d (patch) | |
tree | ec3614db18b2f000321acd84239a0b6f5084133c /text-utils | |
parent | b75b23b42fde3896809efd888168663f145518aa (diff) | |
download | util-linux-16ef36f783837f8ebf90e8707cbcbcab2dc4c18d.tar.gz |
docs: add TB to list of supported suffixes
Reported-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/hexdump.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/hexdump.1 b/text-utils/hexdump.1 index 84ecaf4a..903100df 100644 --- a/text-utils/hexdump.1 +++ b/text-utils/hexdump.1 @@ -47,7 +47,7 @@ format. The \fIlength\fR and \fIoffset\fR arguments may be followed by the multiplicative suffixes KiB=1024, MiB=1024*1024, and so on for GiB, TiB, PiB, EiB, ZiB and YiB (the "iB" is optional, e.g. "K" has the same meaning as "KiB") or the suffixes -KB=1000, MB=1000*1000, and so on for GB, PB, EB, ZB and YB. +KB=1000, MB=1000*1000, and so on for GB, TB, PB, EB, ZB and YB. .TP .B \-b \fIOne-byte octal display\fR. Display the input offset in hexadecimal, |