ChangeSet 1.2181.17.3, 2005/03/17 22:12:55+01:00, [EMAIL PROTECTED]
kconfig: Fix kconfig docs typo: integer -> int
Trivial correction: the type of numbers for Kconfig is not integer but
int (I
just verified because I followed the wrong docs and got a error, I
looked
elsewhere and they are using int, and int works for me). Please apply.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
kconfig-language.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
diff -Nru a/Documentation/kbuild/kconfig-language.txt
b/Documentation/kbuild/kconfig-language.txt
--- a/Documentation/kbuild/kconfig-language.txt 2005-04-03 21:07:58 -07:00
+++ b/Documentation/kbuild/kconfig-language.txt 2005-04-03 21:07:58 -07:00
@@ -48,7 +48,7 @@
A menu entry can have a number of attributes. Not all of them are
applicable everywhere (see syntax).
-- type definition: "bool"/"tristate"/"string"/"hex"/"integer"
+- type definition: "bool"/"tristate"/"string"/"hex"/"int"
Every config option must have a type. There are only two basic types:
tristate and string, the other types are based on these two. The type
definition optionally accepts an input prompt, so these two examples
@@ -100,7 +100,7 @@
symbols.
- numerical ranges: "range" <symbol> <symbol> ["if" <expr>]
- This allows to limit the range of possible input values for integer
+ This allows to limit the range of possible input values for int
and hex symbols. The user can only input a value which is larger than
or equal to the first symbol and smaller than or equal to the second
symbol.
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html