[TRIVIAL][PATCH] Fixes Documentation/kbuild/kconfig-language

From: Matthew J. Fanto
Date: Tue Mar 02 2004 - 22:24:56 EST


The documentation for kconfig says one of the types is integer. It's
actually int. I had to search for a few minutes to find the actual type,
so even though it's trivial, hopefully it makes it clear for others.


--- kconfig-language.txt 2004-02-27 17:21:00.000000000 -0500
+++ kconfig-language.txt-int 2004-03-02 22:18:48.000000000 -0500
@@ -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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/