[PATCH] Kconfig help text inaccessible
From: Matthew Wilcox (willy_at_debian.org)
Date: 12/18/03
- Previous message: Jesse Pollard: "Re: Linux GPL and binary module exception clause?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 18 Dec 2003 14:26:55 +0000 To: Roman Zippel <zippel@linux-m68k.org>, Linus Torvalds <torvalds@osdl.org>
This patch enables Kconfig help texts for string options to be printed
by the command line configuration program
--- linus-2.6/scripts/kconfig/conf.c Thu Dec 18 06:10:12 2003
+++ parisc-2.6/scripts/kconfig/conf.c Thu Dec 18 05:49:01 2003
@@ -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;
-- "Next the statesmen will invent cheap lies, putting the blame upon the nation that is attacked, and every man will be glad of those conscience-soothing falsities, and will diligently study them, and refuse to examine any refutations of them; and thus he will by and by convince himself that the war is just, and will thank God for the better sleep he enjoys after this process of grotesque self-deception." -- Mark Twain - 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/
- Previous message: Jesse Pollard: "Re: Linux GPL and binary module exception clause?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|