diff options
author | Adrian Knoth <adi@drcomp.erfurt.thur.de> | 2007-10-18 10:58:58 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-19 14:35:02 -0400 |
commit | 096708dcf71de6ab5f839ae68ee42275673dc178 (patch) | |
tree | 306b8cdbf04eecac2117460c22431f0a6b92f60d /arch | |
parent | 06b4f2a51c02ad6190b569b67ac493659d9df68c (diff) |
Kconfig: Missing line breaks in arch/x86_64/Kconfig
The helptext for IA32_EMULATION in arch/x86_64/Kconfig is wider than 80
chars, thus failing to be displayed in 80x24 screens.
This patch re-breaks lines.
Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 712ebd9c5d6a..ecfd4b18a200 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -766,9 +766,9 @@ source "fs/Kconfig.binfmt" | |||
766 | config IA32_EMULATION | 766 | config IA32_EMULATION |
767 | bool "IA32 Emulation" | 767 | bool "IA32 Emulation" |
768 | help | 768 | help |
769 | Include code to run 32-bit programs under a 64-bit kernel. You should likely | 769 | Include code to run 32-bit programs under a 64-bit kernel. You should |
770 | turn this on, unless you're 100% sure that you don't have any 32-bit programs | 770 | likely turn this on, unless you're 100% sure that you don't have any |
771 | left. | 771 | 32-bit programs left. |
772 | 772 | ||
773 | config IA32_AOUT | 773 | config IA32_AOUT |
774 | tristate "IA32 a.out support" | 774 | tristate "IA32 a.out support" |