aboutsummaryrefslogtreecommitdiff
path: root/uxd.1
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-23 16:17:28 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-23 16:17:28 -0500
commit6b4b1907c96b9070fd81c29c771f3da0510ff22c (patch)
tree944c0799312a76b052d5efb82000c8f36cde1f90 /uxd.1
parente739d2ccb7a7b488b7dcc15313b0ffaedd8c0a77 (diff)
downloaduxd-6b4b1907c96b9070fd81c29c771f3da0510ff22c.tar.gz
allow decimal (floating point) for numeric args
Diffstat (limited to 'uxd.1')
-rw-r--r--uxd.16
1 files changed, 4 insertions, 2 deletions
diff --git a/uxd.1 b/uxd.1
index 41f01c4..d541d71 100644
--- a/uxd.1
+++ b/uxd.1
@@ -61,10 +61,12 @@ Options can be bundled: \fB\-ubc1234\fP is the same as \fB\-u\fP \fB\-b\fP \fB\-
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, \fIg\fP, and \fIt\fP for power\-of\-2 based
+allow decimal, or hex (with \fI0x\fP prefix).
+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).
+Also, a decimal point can be used: \fB1.5K\fP is 1500 bytes, \fB1.5k\fP is
+1536 bytes.
.\" the comments are turned into the --help message by mkusage.pl.
.
.INDENT 0.0