Update HOWTO with 0x base for siint
authorJens Axboe <jens.axboe@oracle.com>
Mon, 9 Mar 2009 13:16:47 +0000 (14:16 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 9 Mar 2009 13:16:47 +0000 (14:16 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO

diff --git a/HOWTO b/HOWTO
index 2cfe36954bbf1defe8bdf5868828685e0e0027b5..6f8f3f4ccf35818610b50de85874d23e6692a23f 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -208,7 +208,9 @@ siint       SI integer. A whole number value, which may contain a postfix
        you could either write out '4096' or just give 4k. The postfixes
        signify base 2 values, so 1024 is 1k and 1024k is 1m and so on.
        If the option accepts an upper and lower range, use a colon ':'
-       or minus '-' to separate such values. See irange.
+       or minus '-' to separate such values. May also include a prefix
+       to indicate numbers base. If 0x is used, the number is assumed to
+       be hexadecimal. See irange.
 bool   Boolean. Usually parsed as an integer, however only defined for
        true and false (1 and 0).
 irange Integer range with postfix. Allows value range to be given, such