From patchwork Tue Jul 16 20:39:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 2828320 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id ECB5F9F9CA for ; Tue, 16 Jul 2013 20:41:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E21C920274 for ; Tue, 16 Jul 2013 20:41:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9D24820265 for ; Tue, 16 Jul 2013 20:41:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932406Ab3GPUlo (ORCPT ); Tue, 16 Jul 2013 16:41:44 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:59149 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932993Ab3GPUkS (ORCPT ); Tue, 16 Jul 2013 16:40:18 -0400 Received: by mail-wi0-f172.google.com with SMTP id c10so4621556wiw.5 for ; Tue, 16 Jul 2013 13:40:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references; bh=ZNLRYaYG5qDJNU1LLZUIC4WonaLnvIKc1Tx8QHranto=; b=0lzYSsudFj2DMSeiay8jvDdHsHG1UrlAdwi5Sme8h8ZcpLTATM6HwcD/a1UtYF7mE5 tAnCxxHbmUxp8Ry/sRFJVw7Vs5OSWDU4b+rKw0EupkLaeSWln9WbNlgTaYvzcerl4M8y dvbsq2YCSq1+JM1txj/pMtu6+NlQ7udQpEoenwVGRx0QTURRy8Nk5PoVCcZgA/vkxHbC 2sGcLR0M6Q6CdVaLbBP6n0yl32uqVflpRL4FxyrXVOHxNR2iqWKXahnK6AbRFReMPTWM FR9uaXxuufwEKfSC6XtPTO4EkYxe8eixkyMxKGqCakhBNCGVoScd99P9flwLLtUg6BDS JsMw== X-Received: by 10.180.12.243 with SMTP id b19mr2435029wic.6.1374007217188; Tue, 16 Jul 2013 13:40:17 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id fd3sm30401112wic.10.2013.07.16.13.40.15 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Jul 2013 13:40:16 -0700 (PDT) From: "Yann E. MORIN" To: linux-kbuild@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Michal Marek , Jean Delvare , "Yann E. MORIN" Subject: [PATCH 1/6] Documentation/kconfig: more concise and straightforward search explanation Date: Tue, 16 Jul 2013 22:39:57 +0200 Message-Id: <9e554dd7b2de269c697943712d91b668f27a42bd.1374006854.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: References: In-Reply-To: References: Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: "Yann E. MORIN" Re-phrase the explanations on the sorting of search results, in a more concise and complete way. Drop reference to the user's locale when sorting alphabetically, since this is implicit. Reported-by: Jean Delvare Signed-off-by: "Yann E. MORIN" Cc: Jean Delvare Reviewed-by: Jean Delvare --- Documentation/kbuild/kconfig.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/kbuild/kconfig.txt b/Documentation/kbuild/kconfig.txt index e9f9e76..d58a2ea 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 [...]