From ef67a8a352c5cf6a1a179ad726371ccca43d839f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 9 Mar 2009 14:16:47 +0100 Subject: [PATCH] Update HOWTO with 0x base for siint Signed-off-by: Jens Axboe --- HOWTO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HOWTO b/HOWTO index 2cfe3695..6f8f3f4c 100644 --- 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 -- 2.25.1