public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] kbuild/nconf: fix spaces damage
@ 2010-12-05  6:41 Arnaud Lacombe
  2010-12-05  6:41 ` [PATCH 2/5] kbuild/gconf: add dummy inline for bind_textdomain_codeset() Arnaud Lacombe
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Arnaud Lacombe @ 2010-12-05  6:41 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Arnaud Lacombe

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
---
 scripts/kconfig/nconf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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");
-- 
1.7.2.30.gc37d7.dirty


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-12-15 13:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-05  6:41 [PATCH 1/5] kbuild/nconf: fix spaces damage Arnaud Lacombe
2010-12-05  6:41 ` [PATCH 2/5] kbuild/gconf: add dummy inline for bind_textdomain_codeset() Arnaud Lacombe
2010-12-15  6:25   ` Arnaud Lacombe
2010-12-05  6:41 ` [PATCH 3/5] kconfig: fix typos Arnaud Lacombe
2010-12-15  6:24   ` Arnaud Lacombe
2010-12-05  6:41 ` [PATCH 4/5] kconfig/conf: merge duplicate switch's case Arnaud Lacombe
2010-12-15  6:26   ` Arnaud Lacombe
2010-12-05  6:41 ` [PATCH 5/5] kconfig: fix `zconfdebug' extern declaration Arnaud Lacombe
2010-12-15  6:25   ` Arnaud Lacombe
2010-12-15  6:24 ` [PATCH 1/5] kbuild/nconf: fix spaces damage Arnaud Lacombe
2010-12-15 13:44 ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox