2004-01-20 23:18:28

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] small doc fix for CONFIG_SWAP

"swap" is more known than "Support for paging of anonymous memory".
The patch below adds "(swap)" to the prompt of CONFIG_SWAP.

Please apply
Adrian


--- linux-2.6.1-mm5/init/Kconfig.old 2004-01-21 00:10:59.000000000 +0100
+++ linux-2.6.1-mm5/init/Kconfig 2004-01-21 00:11:10.000000000 +0100
@@ -66,7 +66,7 @@
menu "General setup"

config SWAP
- bool "Support for paging of anonymous memory"
+ bool "Support for paging of anonymous memory (swap)"
depends on MMU
default y
help