Big cleanup in config help and description
[oweals/busybox.git] / networking / httpd.c
index cfcd2a06ec4c771c6706ceb291fd8c82f27cd80e..39aad90a8eca29cfe8de72300696fdaa303baadc 100644 (file)
 //config:      bool "httpd"
 //config:      default y
 //config:      help
-//config:        Serve web pages via an HTTP server.
+//config:        HTTP server.
 //config:
 //config:config FEATURE_HTTPD_RANGES
 //config:      bool "Support 'Ranges:' header"
 //config:        when specific URLs are requested.
 //config:
 //config:config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
-//config:      bool "Support for running scripts through an interpreter"
+//config:      bool "Support running scripts through an interpreter"
 //config:      default y
 //config:      depends on FEATURE_HTTPD_CGI
 //config:      help
 //config:        "&#60Hello&#32World&#62".
 //config:
 //config:config FEATURE_HTTPD_ERROR_PAGES
-//config:      bool "Support for custom error pages"
+//config:      bool "Support custom error pages"
 //config:      default y
 //config:      depends on HTTPD
 //config:      help
 //config:        message.
 //config:
 //config:config FEATURE_HTTPD_PROXY
-//config:      bool "Support for reverse proxy"
+//config:      bool "Support reverse proxy"
 //config:      default y
 //config:      depends on HTTPD
 //config:      help
 //config:        http://hostname[:port]/new/path/myfile.
 //config:
 //config:config FEATURE_HTTPD_GZIP
-//config:      bool "Support for GZIP content encoding"
+//config:      bool "Support GZIP content encoding"
 //config:      default y
 //config:      depends on HTTPD
 //config:      help