patch-2.4.0-test6 linux/Documentation/kbuild/config-language.txt
Next file: linux/Documentation/kernel-parameters.txt
Previous file: linux/Documentation/kbuild/commands.txt
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Aug 4 18:38:44 2000
- Orig file:
v2.4.0-test5/linux/Documentation/kbuild/config-language.txt
- Orig date:
Tue May 23 15:31:32 2000
diff -u --recursive --new-file v2.4.0-test5/linux/Documentation/kbuild/config-language.txt linux/Documentation/kbuild/config-language.txt
@@ -80,7 +80,7 @@
A /word/ is a single unquoted word, a single-quoted string, or a
double-quoted string. If the word is unquoted or double quoted,
- then $-substition will be performed on the word.
+ then $-substitution will be performed on the word.
A /symbol/ is a single unquoted word. A symbol must have a name of
the form CONFIG_*. scripts/mkdep.c relies on this convention in order
@@ -231,7 +231,7 @@
trying to write Config Language scripts with a default value for bool,
but *all* of the existing language interpreters discard additional values.
Feel free to submit a multi-interpreter patch to linux-kbuild if you
-want to implement this as an enhancment.
+want to implement this as an enhancement.
Configure: implemented
Menuconfig: implemented
@@ -291,6 +291,7 @@
This verb displays /prompt/ to the user, accepts a value from the user,
and assigns that value to /symbol/. /word/ is the default value. Legal
input values are any ASCII string, except for the characters '"' and '\\'.
+Configure will trap an input string of "?" to display help.
The default value is mandatory.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)