From e739d2ccb7a7b488b7dcc15313b0ffaedd8c0a77 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 23 Dec 2024 15:51:41 -0500 Subject: add T/t (terabytes) for numeric options --- uxd.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uxd.1') diff --git a/uxd.1 b/uxd.1 index d891194..41f01c4 100644 --- a/uxd.1 +++ b/uxd.1 @@ -62,9 +62,9 @@ by itself. .sp The options that accept numbers (\fB\-l\fP, \fB\-o\fP, \fB\-s\fP, and \fB\-S\fP) allow decimal, hex (with \fI0x\fP prefix), or octal (with \fI0\fP prefix). -Also, you can use the suffixes \fIk\fP, \fIm\fP, and \fIg\fP for power\-of\-2 based -kilobytes, megabytes, or gigabytes (e.g. \fI1k\fP is 1024 bytes), as well -as \fIK\fP, \fIM\fP, and \fIG\fP for power\-of\-10 based (e.g. \fI1K\fP is 1000 bytes). +Also, you can use the suffixes \fIk\fP, \fIm\fP, \fIg\fP, and \fIt\fP for power\-of\-2 based +kilobytes, megabytes, gigabytes, or terabytes (e.g. \fI1k\fP is 1024 bytes), as well +as \fIK\fP, \fIM\fP, \fIG\fP, and \fIT\fP for power\-of\-10 based (e.g. \fI1K\fP is 1000 bytes). .\" the comments are turned into the --help message by mkusage.pl. . .INDENT 0.0 -- cgit v1.2.3