From 382979b7cb50594e69cb0c82e7d3dc4c29fe2856 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Oct 2017 18:30:18 -0600 Subject: [PATCH] Update comments in a Kconfig file. --- fs/procfs/Kconfig | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fs/procfs/Kconfig b/fs/procfs/Kconfig index ed8ede79bf7..4e55b51f580 100644 --- a/fs/procfs/Kconfig +++ b/fs/procfs/Kconfig @@ -45,7 +45,8 @@ config FS_PROCFS_EXCLUDE_BLOCKS default n ---help--- Causes the fs block usage information to be excluded from the procfs - system. + system. This procfs file provides the text output for the NSH 'df' + command. config FS_PROCFS_EXCLUDE_MOUNT bool "Exclude fs/mount information" @@ -53,7 +54,8 @@ config FS_PROCFS_EXCLUDE_MOUNT default n ---help--- Causes the mount point information to be excluded from the procfs - system. + system. This procfs file provides the text output for the NSH 'mount' + command. config FS_PROCFS_EXCLUDE_USAGE bool "Exclude fs/usage information" @@ -61,7 +63,8 @@ config FS_PROCFS_EXCLUDE_USAGE default n ---help--- Causes the fs usage information to be excluded from the procfs - system. + system. This procfs file provides the text output for the NSH 'df -h' + command. config FS_PROCFS_EXCLUDE_UPTIME bool "Exclude uptime"