From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Iago=20L=C3=B3pez=20Galeiras?= Subject: [PATCH] fs, proc: add help for CONFIG_PROC_CHILDREN Date: Wed, 8 Jul 2015 22:28:04 +0200 Message-ID: <1436387284-3998-1-git-send-email-iago@endocode.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: =?UTF-8?q?Iago=20L=C3=B3pez=20Galeiras?= , linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Cyrill Gorcunov , Andrew Morton , Djalal Harouni , Alban Crequy To: Jean Delvare Return-path: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org The purpose of the option was documented in Documentation/filesystems/proc.txt but the help text was missing. Add small help text that also points to the documentation. Signed-off-by: Iago L=C3=B3pez Galeiras --- fs/proc/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fs/proc/Kconfig b/fs/proc/Kconfig index d751fcb..1ade120 100644 --- a/fs/proc/Kconfig +++ b/fs/proc/Kconfig @@ -75,3 +75,9 @@ config PROC_PAGE_MONITOR config PROC_CHILDREN bool "Include /proc//task//children file" default n + help + Provides a fast way to retrieve first level children pids of a task= =2E See + for more information. + + Say Y if you are running any user-space software which takes benefi= t from + this interface. For example, rkt is such a piece of software. --=20 2.4.5