Document parser int taking hex input
authorJens Axboe <jens.axboe@oracle.com>
Mon, 30 Jul 2007 07:08:01 +0000 (09:08 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 30 Jul 2007 07:08:01 +0000 (09:08 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO

diff --git a/HOWTO b/HOWTO
index 2fbbc1d2150e3e70a1512f83ea45b54c44c45977..a07cf8848923245891b9c76bc3778e5c460a6856 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -170,7 +170,8 @@ Some parameters take an option of a given type, such as an integer or
 a string. The following types are used:
 
 str    String. This is a sequence of alpha characters.
-int    Integer. A whole number value, can be negative.
+int    Integer. A whole number value, can be negative. If prefixed with
+       0x, the integer is assumed to be of base 16 (hexidecimal).
 siint  SI integer. A whole number value, which may contain a postfix
        describing the base of the number. Accepted postfixes are k/m/g,
        meaning kilo, mega, and giga. So if you want to specify 4096,