From 43159d1843b0a3d0aed029fdaeab4671a138c4db Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 15 Mar 2007 09:15:51 +0100 Subject: [PATCH] siint range parsing HOWTO update Signed-off-by: Jens Axboe --- HOWTO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HOWTO b/HOWTO index a2070d66..c8a84ae9 100644 --- a/HOWTO +++ b/HOWTO @@ -176,6 +176,8 @@ siint SI integer. A whole number value, which may contain a postfix meaning kilo, mega, and giga. So if you want to specify 4096, 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 seperate such values. 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