Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756303Ab0D0Uia (ORCPT ); Tue, 27 Apr 2010 16:38:30 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:51783 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756172Ab0D0Ui1 (ORCPT ); Tue, 27 Apr 2010 16:38:27 -0400 Date: Tue, 27 Apr 2010 13:36:34 -0700 From: Randy Dunlap To: Li Zefan Cc: Michal Marek , Randy Dunlap , Andrew Morton , LKML , linux-kbuild@vger.kernel.org Subject: Re: [PATCH 1/6] kconfig: print symbol type in help text Message-Id: <20100427133634.5c83f48e.randy.dunlap@oracle.com> In-Reply-To: <4BD696CD.4090306@cn.fujitsu.com> References: <4BD696C0.8050500@cn.fujitsu.com> <4BD696CD.4090306@cn.fujitsu.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Auth-Type: Internal IP X-Source-IP: acsinet15.oracle.com [141.146.126.227] X-CT-RefId: str=0001.0A090203.4BD74B19.000A:SCFMA922111,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1130 Lines: 37 On Tue, 27 Apr 2010 15:48:29 +0800 Li Zefan wrote: > [PATCH 2/6] menuconfig: improive help text a bit > > Suggested-by: Randy Dunlap > Signed-off-by: Li Zefan Acked-by: Randy Dunlap > --- > scripts/kconfig/mconf.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c > index 33f31eb..7ca6e8e 100644 > --- a/scripts/kconfig/mconf.c > +++ b/scripts/kconfig/mconf.c > @@ -74,7 +74,7 @@ static const char mconf_readme[] = N_( > "\n" > " Shortcut: Press or .\n" > "\n" > -"o To show hidden options, press .\n" > +"o To toggle the display of hidden options, press .\n" > "\n" > "\n" > "Radiolists (Choice lists)\n" > -- --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/