From patchwork Sat Jul 13 18:08:23 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: 2827181 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 BFEDB9F9FC for ; Sat, 13 Jul 2013 18:09:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E22232010C for ; Sat, 13 Jul 2013 18:09:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EF76E20115 for ; Sat, 13 Jul 2013 18:09:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758235Ab3GMSIm (ORCPT ); Sat, 13 Jul 2013 14:08:42 -0400 Received: from mail-wg0-f51.google.com ([74.125.82.51]:57891 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758161Ab3GMSIh (ORCPT ); Sat, 13 Jul 2013 14:08:37 -0400 Received: by mail-wg0-f51.google.com with SMTP id e11so8907616wgh.18 for ; Sat, 13 Jul 2013 11:08:35 -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:mime-version:content-type:content-transfer-encoding; bh=qKqrb4G4obZfRz5HxpBKCz9bThF3BZSND7TpXS927Jc=; b=IpJShDJXMRxPuGO8Dxg+2JeHKYRbDT7MrMSdYat90ybs4vekvuisVYQQuMVS6g5R5i xbd+bnnOYhh7Tf7OYkvHsdxcMzbux0VmD57sjWM0lSxiWqSs0SkKkyCc+QjnAQOd51GH kuLGr5g9qxIcJnkIxa6EjVwkjy46ob3XCaA9DLuEe3N8wX7/x+pIHt435DtmpfguoO4c FpEeANhjEMIjhe5kHvSCEJBPukhRZwFwFR+xNDwIlj/oMCgdzKeUv57A7I+F+DYk6EMF jNicHs9gQMa3H1qs9vATvTKY1mF04W5XmIEqoOmwMsP+ZUVRVqflaxdg6zykGNeTLwKP +qvA== X-Received: by 10.180.21.143 with SMTP id v15mr4615370wie.53.1373738915756; Sat, 13 Jul 2013 11:08:35 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id j20sm10190986wie.7.2013.07.13.11.08.33 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 13 Jul 2013 11:08:34 -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/3] Documentation/kconfig: more concise and straightforward search explanation Date: Sat, 13 Jul 2013 20:08:23 +0200 Message-Id: <1373738905-23396-2-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1373738905-23396-1-git-send-email-yann.morin.1998@free.fr> References: <1373738905-23396-1-git-send-email-yann.morin.1998@free.fr> MIME-Version: 1.0 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,RCVD_IN_DNSWL_HI,T_DKIM_INVALID,T_RP_MATCHES_RCVD, 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..6edf37d 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 ?18:03 -!- - keep a notice in the topic and perhaps as an on-join message). + is when the search matches the complete symbol name); ?18:03 -!- - + - 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 [...]