mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Update comments in a Kconfig file.
This commit is contained in:
+6
-3
@@ -45,7 +45,8 @@ config FS_PROCFS_EXCLUDE_BLOCKS
|
|||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Causes the fs block usage information to be excluded from the procfs
|
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
|
config FS_PROCFS_EXCLUDE_MOUNT
|
||||||
bool "Exclude fs/mount information"
|
bool "Exclude fs/mount information"
|
||||||
@@ -53,7 +54,8 @@ config FS_PROCFS_EXCLUDE_MOUNT
|
|||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Causes the mount point information to be excluded from the procfs
|
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
|
config FS_PROCFS_EXCLUDE_USAGE
|
||||||
bool "Exclude fs/usage information"
|
bool "Exclude fs/usage information"
|
||||||
@@ -61,7 +63,8 @@ config FS_PROCFS_EXCLUDE_USAGE
|
|||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Causes the fs usage information to be excluded from the procfs
|
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
|
config FS_PROCFS_EXCLUDE_UPTIME
|
||||||
bool "Exclude uptime"
|
bool "Exclude uptime"
|
||||||
|
|||||||
Reference in New Issue
Block a user