From: Matthew Wilcox <willy@debian.org>
To: linux-ia64@vger.kernel.org
Subject: Re: GENERIC still failing?
Date: Wed, 15 Oct 2003 11:24:30 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106621720303447@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-106617635106445@msgid-missing>
On Wed, Oct 15, 2003 at 12:15:48PM +1000, Ian Wienand wrote:
> Also, trying to look at the help text, it seems that the sub-items of
> a 'choice' in Kconfig can't have individual help texts?
>
> For example
>
> choice
> prompt "IA-64 processor type"
> ---help---
> this will show when you select help on 'IA-64 processor type'
> config ITANIUM
> bool "Itanium"
> ---help---
> this text appears not to show when you select help on 'Itanium'
> in the choice.
> endchoice
>
> I'm not sure if this is the desired effect, but certainly some of the
> help texts appear mis-placed under an option of the choice rather than
> at the choice it's self (see attached for example).
Which *config tool are you using? make config/oldconfig/defconfig have
a bug which Roman hasn't got round to pushing upstream yet.
This whitespace-damaged diff shows what needs to be fixed:
Index: scripts//kconfig/conf.c
=================================RCS file: /var/cvs/linux-2.6/scripts/kconfig/conf.c,v
retrieving revision 1.3.2.1
retrieving revision 1.3
diff -u -p -r1.3.2.1 -r1.3
--- scripts//kconfig/conf.c 8 Oct 2003 20:38:32 -0000 1.3.2.1
+++ scripts//kconfig/conf.c 28 Sep 2003 04:06:34 -0000 1.3
@@ -175,7 +175,7 @@ int conf_string(struct menu *menu)
break;
case '?':
/* print help */
- if (line[1] = 0) {
+ if (line[1] = '\n') {
help = nohelp_text;
if (menu->sym->help)
help = menu->sym->help;
--
"It's not Hollywood. War is real, war is primarily not about defeat or
victory, it is about death. I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk
next prev parent reply other threads:[~2003-10-15 11:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-15 0:05 GENERIC still failing? David Mosberger
2003-10-15 0:12 ` Jesse Barnes
2003-10-15 0:22 ` Jesse Barnes
2003-10-15 0:56 ` David Mosberger
2003-10-15 0:57 ` David Mosberger
2003-10-15 2:15 ` Ian Wienand
2003-10-15 2:40 ` Randy.Dunlap
2003-10-15 3:03 ` Jesse Barnes
2003-10-15 11:24 ` Matthew Wilcox [this message]
2003-10-15 23:14 ` Ian Wienand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-106621720303447@msgid-missing \
--to=willy@debian.org \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox