summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-09-03 11:59:47 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-09-03 11:59:47 +1000
commit0922df098daf5aba187c6f8ee0aababfbbc27c1b (patch)
treed2e3910cc6106011a82cc4889716001d3e9fcb39 /Documentation
parent71b8916ef6945a4f4553767ab2bf85c4506ce501 (diff)
parentb020bae0467b490797d61e6a658fb7df4568c074 (diff)
Merge remote-tracking branch 'kbuild/for-next'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kbuild/kconfig.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/Documentation/kbuild/kconfig.txt b/Documentation/kbuild/kconfig.txt
index e349f293cc98..8ef6dbb6a462 100644
--- a/Documentation/kbuild/kconfig.txt
+++ b/Documentation/kbuild/kconfig.txt
@@ -175,11 +175,9 @@ Searching in menuconfig:
/^hotplug
When searching, symbols are sorted thus:
- - exact match first: an exact match is when the search matches
- the complete symbol name;
- - alphabetical order: when two symbols do not match exactly,
- they are sorted in alphabetical order (in the user's current
- locale).
+ - first, exact matches, sorted alphabetically (an exact match
+ is when the search matches the complete symbol name);
+ - then, other matches, sorted alphabetically.
For example: ^ATH.K matches:
ATH5K ATH9K ATH5K_AHB ATH5K_DEBUG [...] ATH6KL ATH6KL_DEBUG
[...] ATH9K_AHB ATH9K_BTCOEX_SUPPORT ATH9K_COMMON [...]