Improve init/Kconfig help descriptions [PATCH 3/9]

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <trivial@...>
Cc: <linux-kernel@...>
Date: Tuesday, February 19, 2008 - 10:33 am

On Wed, Feb 20, 2008 at 01:06:09AM +1100, Nick Andrew wrote:

Changelog:

Improve usefulness and consistency of kernel configuration help messages.

Signed-off-by: Nick Andrew <nick@nick-andrew.net>

--- a/init/Kconfig	2008-02-20 00:45:07.000000000 +1100
+++ b/init/Kconfig	2008-02-20 00:52:07.000000000 +1100
@@ -211,21 +211,25 @@ config USER_NS
 	default n
 	depends on EXPERIMENTAL
 	help
-	  Support user namespaces.  This allows containers, i.e.
-	  vservers, to use user namespaces to provide different
-	  user info for different servers.  If unsure, say N.
+	  Enable support for user namespaces.
+
+	  This allows containers (i.e. vservers) to use user namespaces
+	  to provide different user info for different servers.
+
+	  If unsure, say N.
 
 config PID_NS
 	bool "PID Namespaces (EXPERIMENTAL)"
 	default n
 	depends on EXPERIMENTAL
 	help
-	  Suport process id namespaces.  This allows having multiple
-	  process with the same pid as long as they are in different
-	  pid namespaces.  This is a building block of containers.
+	  Enable support for process id namespaces.
 
-	  Unless you want to work with an experimental feature
-	  say N here.
+	  This allows having multiple processes with the same PID as
+	  long as they are in different PID namespaces.  This is used
+	  by containers (i.e. vservers).
+
+	  If unsure, say N.
 
 config AUDIT
 	bool "Auditing support"
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Improve init/Kconfig help descriptions [PATCH 0/9], Nick Andrew, (Tue Feb 19, 10:06 am)
Improve init/Kconfig help descriptions [PATCH 9/9], Nick Andrew, (Tue Feb 19, 11:27 am)
Improve init/Kconfig help descriptions [PATCH 8/9], Nick Andrew, (Tue Feb 19, 11:21 am)
Improve init/Kconfig help descriptions [PATCH 7/9], Nick Andrew, (Tue Feb 19, 11:15 am)
Improve init/Kconfig help descriptions [PATCH 6/9], Nick Andrew, (Tue Feb 19, 11:12 am)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Paul Menage, (Tue Feb 19, 10:04 pm)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Nick Andrew, (Tue Feb 19, 10:54 pm)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Nick Andrew, (Wed Feb 20, 5:31 pm)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Paul Menage, (Tue Feb 19, 11:12 pm)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Paul Jackson, (Tue Feb 19, 11:39 am)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Nick Andrew, (Wed Feb 20, 8:41 am)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Paul Jackson, (Wed Feb 20, 12:43 pm)
Improve init/Kconfig help descriptions [PATCH 5/9], Nick Andrew, (Tue Feb 19, 10:53 am)
Re: Improve init/Kconfig help descriptions [PATCH 5/9], Randy Dunlap, (Tue Feb 19, 4:17 pm)
Improve init/Kconfig help descriptions [PATCH 4/9], Nick Andrew, (Tue Feb 19, 10:38 am)
Re: Improve init/Kconfig help descriptions [PATCH 4/9], Nick Andrew, (Wed Feb 20, 6:17 pm)
Improve init/Kconfig help descriptions [PATCH 3/9], Nick Andrew, (Tue Feb 19, 10:33 am)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Pavel Emelyanov, (Tue Feb 19, 10:42 am)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Nick Andrew, (Tue Feb 19, 11:10 am)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Pavel Emelyanov, (Tue Feb 19, 11:16 am)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Randy Dunlap, (Tue Feb 19, 12:44 pm)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Nick Andrew, (Tue Feb 19, 6:41 pm)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Serge E. Hallyn, (Tue Feb 19, 11:50 am)
Improve init/Kconfig help descriptions [PATCH 1/9], Nick Andrew, (Tue Feb 19, 10:09 am)
Re: Improve init/Kconfig help descriptions [PATCH 2/9], Nick Andrew, (Tue Feb 19, 10:11 am)