From e5642119ee566520a098027746808dd6b9226d99 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 14 Jul 2003 19:37:08 +0000 Subject: Patch from Thomas Cameron: Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc. --- editors/Config.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'editors/Config.in') diff --git a/editors/Config.in b/editors/Config.in index 83aee5a8e..22908de4d 100644 --- a/editors/Config.in +++ b/editors/Config.in @@ -9,14 +9,16 @@ config CONFIG_AWK bool "awk" default n help - Please submit a patch to add help text for this item. + Awk is used as a pattern scanning and processing language. This is + the BusyBox implementation of that programming language. config CONFIG_FEATURE_AWK_MATH bool " Enable math functions (requires libm)" default y depends on CONFIG_AWK help - Please submit a patch to add help text for this item. + Enable math functions of the Awk programming language. + NOTE: This will require libm to be present for linking. config CONFIG_PATCH bool "patch" @@ -89,7 +91,8 @@ config CONFIG_FEATURE_VI_READONLY default y depends on CONFIG_VI help - Please submit a patch to add help text for this item. + Enable the read-only command line option, which allows the user to + open a file in read-only mode. config CONFIG_FEATURE_VI_SETOPTS bool " Enable set-able options, ai ic showmatch" -- cgit v1.2.3