From patchwork Sun Dec 5 06:41:14 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaud Lacombe X-Patchwork-Id: 380661 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB56aBSb015917 for ; Sun, 5 Dec 2010 06:42:08 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751481Ab0LEGmH (ORCPT ); Sun, 5 Dec 2010 01:42:07 -0500 Received: from mail-gy0-f174.google.com ([209.85.160.174]:53320 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751186Ab0LEGmH (ORCPT ); Sun, 5 Dec 2010 01:42:07 -0500 Received: by gyb11 with SMTP id 11so5490213gyb.19 for ; Sat, 04 Dec 2010 22:42:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=ooAGcESXXc1EdzFFxSGBv32lUJPC4B5U63nsJhIxLJo=; b=HG6o5IbRkPCDZS/Bi5L552/idbbuWHFeu0N3Z9qX5l5kFYkWij3uxL+NxtCDBrlcfr 6dqW2C7/+3YbrUIRVN581nRtBOPB7+WSuUahUOJ6CO9effUQ67HWm7AM/M49lEFWhXYD 3W9X1l8ERNv5Hq5fy0xO0TMZy3MPhs0qm4DWI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=Ye+UaObbKVSSY9/4RgPRh2lomdRRiG5szztaZECF0x+Xt8KtoobZM4NUO1MxqemQcm tA7vwjOg4/7xVYEoUq2LMetT15Hm92dPfRHJILzLatXzpFrNKV8td+n/IIRYMrrmvBx7 wYqdjWhiYHnns0kzGkhkzaBVWAh2zlxjFuyC8= Received: by 10.100.44.9 with SMTP id r9mr2971441anr.10.1291531326465; Sat, 04 Dec 2010 22:42:06 -0800 (PST) Received: from localhost.localdomain (75-119-248-218.dsl.teksavvy.com [75.119.248.218]) by mx.google.com with ESMTPS id x31sm3881518ana.29.2010.12.04.22.42.05 (version=SSLv3 cipher=RC4-MD5); Sat, 04 Dec 2010 22:42:05 -0800 (PST) From: Arnaud Lacombe To: linux-kbuild@vger.kernel.org Cc: Arnaud Lacombe Subject: [PATCH 1/5] kbuild/nconf: fix spaces damage Date: Sun, 5 Dec 2010 01:41:14 -0500 Message-Id: <1291531278-7395-1-git-send-email-lacombar@gmail.com> X-Mailer: git-send-email 1.7.2.30.gc37d7.dirty Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Sun, 05 Dec 2010 06:42:08 +0000 (UTC) diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c index 272a987..eda49ff 100644 --- a/scripts/kconfig/nconf.c +++ b/scripts/kconfig/nconf.c @@ -248,7 +248,7 @@ search_help[] = N_( "Only relevant lines are shown.\n" "\n\n" "Search examples:\n" -"Examples: USB = > find all symbols containing USB\n" +"Examples: USB => find all symbols containing USB\n" " ^USB => find all symbols starting with USB\n" " USB$ => find all symbols ending with USB\n" "\n");