From 6a5d2a359c29cc3f4a763d6fd519c2b14cbf2ffe Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 22 Apr 2013 09:10:58 -0600 Subject: [PATCH] New Kconfig convention: Extra indentation in comments will render as HTML preformatted text --- netutils/resolv/Kconfig | 2 +- netutils/thttpd/Kconfig | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/netutils/resolv/Kconfig b/netutils/resolv/Kconfig index 07a0fd4bc..b9e9b68b0 100644 --- a/netutils/resolv/Kconfig +++ b/netutils/resolv/Kconfig @@ -23,4 +23,4 @@ config NET_RESOLV_MAXRESPONSE ---help--- This setting determines the maximum size of response message that can be received by the DNS resolver. The default is 96 but may need to be larger on - enterprise networks (perhaps 176). + enterprise networks (perhaps 176). diff --git a/netutils/thttpd/Kconfig b/netutils/thttpd/Kconfig index d181ec886..403ce8092 100644 --- a/netutils/thttpd/Kconfig +++ b/netutils/thttpd/Kconfig @@ -204,18 +204,18 @@ choice an actual filename. 1) Map ~username to /username. This is the recommended - choice. Each user gets a subdirectory in the main web tree, and - the tilde construct points there. + choice. Each user gets a subdirectory in the main web tree, and + the tilde construct points there. - The prefix could be something like "users", or it could be empty. + The prefix could be something like "users", or it could be empty. 2) Map ~username to /. The postfix would be - the name of a subdirectory off of the user's actual home dir, - something like "public_html". + the name of a subdirectory off of the user's actual home dir, + something like "public_html". 3) Niether. You can also leave both options undefined, and thttpd - will not do anything special about tildes. Enabling both options - is an error. + will not do anything special about tildes. Enabling both options + is an error. Typical values, if they're defined, are "users" for THTTPD_TILDE_MAP1 and "public_html" for THTTPD_TILDE_MAP2. @@ -228,10 +228,10 @@ config THTTPD_USE_TILDE_MAP1 an actual filename. Choose this option for the first mapping: 1) Map ~username to /username. This is the recommended - choice. Each user gets a subdirectory in the main web tree, and - the tilde construct points there. + choice. Each user gets a subdirectory in the main web tree, and + the tilde construct points there. - The prefix could be something like "users", or it could be empty. + The prefix could be something like "users", or it could be empty. config THTTPD_USE_TILDE_MAP2 bool "Tilde mapping 2" @@ -241,8 +241,8 @@ config THTTPD_USE_TILDE_MAP2 an actual filename. Choose this option for the second mapping: 2) Map ~username to /. The postfix would be - the name of a subdirectory off of the user's actual home dir, - something like "public_html". + the name of a subdirectory off of the user's actual home dir, + something like "public_html". The typical value THTTPD_TILDE_MAP2 is "public_html". @@ -267,10 +267,10 @@ config THTTPD_TILDE_MAP1 for the first mapping: 1) Map ~username to /username. This is the recommended - choice. Each user gets a subdirectory in the main web tree, and - the tilde construct points there. + choice. Each user gets a subdirectory in the main web tree, and + the tilde construct points there. - The prefix could be something like "users", or it could be empty. + The prefix could be something like "users", or it could be empty. config THTTPD_TILDE_MAP2 string "Tilde mapping 2" @@ -283,8 +283,8 @@ config THTTPD_TILDE_MAP2 for the second mapping: 2) Map ~username to /. The postfix would be - the name of a subdirectory off of the user's actual home dir, - something like "public_html". + the name of a subdirectory off of the user's actual home dir, + something like "public_html". The typical value THTTPD_TILDE_MAP2 is "public_html".