diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-22 09:58:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-22 09:58:56 +0000 |
commit | 88c916bdec7d444198f067529637b4a616ad3efe (patch) | |
tree | 12be1aa9b2eb9021ca7b7b4547efbf6e2f3eb023 /networking | |
parent | 951df20b7e8f776e71c1063f910c34f5cfd0bec4 (diff) | |
download | busybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.tar.gz busybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.tar.bz2 busybox-w32-88c916bdec7d444198f067529637b4a616ad3efe.zip |
Andreas Mohr writes:
the busybox menuconfig triggered my "inacceptable number of spelling mistakes"
upper level, so I decided to make a patch ;-)
I also improved some wording to describe some things in a better way.
Many thanks for an incredible piece of software!
Andreas Mohr, random OSS developer
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Config.in | 34 | ||||
-rw-r--r-- | networking/udhcp/Config.in | 2 |
2 files changed, 18 insertions, 18 deletions
diff --git a/networking/Config.in b/networking/Config.in index 534f67205..b41b7b71f 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -83,16 +83,16 @@ config CONFIG_FEATURE_HTTPD_SETUID | |||
83 | help | 83 | help |
84 | This option allows the server to run as a specific user | 84 | This option allows the server to run as a specific user |
85 | rather than defaulting to the user that starts the server. | 85 | rather than defaulting to the user that starts the server. |
86 | Use of this option requires special privilegies to change to a | 86 | Use of this option requires special privileges to change to a |
87 | different user. | 87 | different user. |
88 | endif | 88 | endif |
89 | 89 | ||
90 | config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES | 90 | config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES |
91 | bool " Support loading additional mime types at run-time" | 91 | bool " Support loading additional MIME types at run-time" |
92 | default n | 92 | default n |
93 | depends on CONFIG_HTTPD | 93 | depends on CONFIG_HTTPD |
94 | help | 94 | help |
95 | This option enables support for additional mime types at | 95 | This option enables support for additional MIME types at |
96 | run-time to be specified in the configuration file. | 96 | run-time to be specified in the configuration file. |
97 | 97 | ||
98 | config CONFIG_FEATURE_HTTPD_CGI | 98 | config CONFIG_FEATURE_HTTPD_CGI |
@@ -260,7 +260,7 @@ config CONFIG_FEATURE_IFUPDOWN_MAPPING | |||
260 | depends on CONFIG_IFUPDOWN | 260 | depends on CONFIG_IFUPDOWN |
261 | help | 261 | help |
262 | This enables support for the "mapping" stanza, unless you have | 262 | This enables support for the "mapping" stanza, unless you have |
263 | a weird network setup you dont need it. | 263 | a weird network setup you don't need it. |
264 | 264 | ||
265 | config CONFIG_INETD | 265 | config CONFIG_INETD |
266 | bool "inetd" | 266 | bool "inetd" |
@@ -410,12 +410,12 @@ config CONFIG_NAMEIF | |||
410 | bool "nameif" | 410 | bool "nameif" |
411 | default n | 411 | default n |
412 | help | 412 | help |
413 | nameif used to rename network interface by its MAC address. | 413 | nameif is used to rename network interface by its MAC address. |
414 | Renamed interfaces MUST be in the down state. | 414 | Renamed interfaces MUST be in the down state. |
415 | It is possible to use file (default: /etc/mactab) | 415 | It is possible to use a file (default: /etc/mactab) |
416 | with list of new interface names and MACs. | 416 | with list of new interface names and MACs. |
417 | Maximum interface name length: IF_NAMESIZE = 16 | 417 | Maximum interface name length: IF_NAMESIZE = 16 |
418 | File fields are sepatated by space or tab. | 418 | File fields are separated by space or tab. |
419 | File format: | 419 | File format: |
420 | # Comment | 420 | # Comment |
421 | new_interface_name XX:XX:XX:XX:XX:XX | 421 | new_interface_name XX:XX:XX:XX:XX:XX |
@@ -431,19 +431,19 @@ config CONFIG_NETSTAT | |||
431 | bool "netstat" | 431 | bool "netstat" |
432 | default n | 432 | default n |
433 | help | 433 | help |
434 | Netstat prints information about the Linux networking subsystem. | 434 | netstat prints information about the Linux networking subsystem. |
435 | 435 | ||
436 | config CONFIG_NSLOOKUP | 436 | config CONFIG_NSLOOKUP |
437 | bool "nslookup" | 437 | bool "nslookup" |
438 | default n | 438 | default n |
439 | help | 439 | help |
440 | Nslookup is a tool to query Internet name servers. | 440 | nslookup is a tool to query Internet name servers. |
441 | 441 | ||
442 | config CONFIG_PING | 442 | config CONFIG_PING |
443 | bool "ping" | 443 | bool "ping" |
444 | default n | 444 | default n |
445 | help | 445 | help |
446 | Ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to | 446 | ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to |
447 | elicit an ICMP ECHO_RESPONSE from a host or gateway. | 447 | elicit an ICMP ECHO_RESPONSE from a host or gateway. |
448 | 448 | ||
449 | config CONFIG_FEATURE_FANCY_PING | 449 | config CONFIG_FEATURE_FANCY_PING |
@@ -495,24 +495,24 @@ config CONFIG_TELNETD | |||
495 | bool "telnetd" | 495 | bool "telnetd" |
496 | default n | 496 | default n |
497 | help | 497 | help |
498 | A daemon for the TELNET protocol, allowing you to log on to the host | 498 | A daemon for the TELNET protocol, allowing you to log onto the host |
499 | running the daemon. Please keep in mind that the TELNET protocol | 499 | running the daemon. Please keep in mind that the TELNET protocol |
500 | sends passwords in plain text. If you can't afford the space for | 500 | sends passwords in plain text. If you can't afford the space for |
501 | any SSH daemon and you trust your network, say 'y' here. | 501 | any SSH daemon and you trust your network, you may say 'y' here. |
502 | 502 | ||
503 | config CONFIG_FEATURE_TELNETD_INETD | 503 | config CONFIG_FEATURE_TELNETD_INETD |
504 | bool " Support call from inetd only" | 504 | bool " Support call from inetd only" |
505 | default n | 505 | default n |
506 | depends on CONFIG_TELNETD | 506 | depends on CONFIG_TELNETD |
507 | help | 507 | help |
508 | Selecting this will make telnetd only callable from inetd, removing the | 508 | Selecting this will make telnetd only callable from inetd, |
509 | standalone support. | 509 | removing the standalone support. |
510 | 510 | ||
511 | config CONFIG_TFTP | 511 | config CONFIG_TFTP |
512 | bool "tftp" | 512 | bool "tftp" |
513 | default n | 513 | default n |
514 | help | 514 | help |
515 | This enables the Tirvial File Transfer Protocol client program. TFTP | 515 | This enables the Trivial File Transfer Protocol client program. TFTP |
516 | is usually used for simple, small transfers such as a root image | 516 | is usually used for simple, small transfers such as a root image |
517 | for a network-enabled bootloader. | 517 | for a network-enabled bootloader. |
518 | 518 | ||
@@ -522,7 +522,7 @@ config CONFIG_FEATURE_TFTP_GET | |||
522 | depends on CONFIG_TFTP | 522 | depends on CONFIG_TFTP |
523 | help | 523 | help |
524 | Add support for the GET command within the TFTP client. This allows | 524 | Add support for the GET command within the TFTP client. This allows |
525 | a client to retreive a file from a TFTP server. | 525 | a client to retrieve a file from a TFTP server. |
526 | 526 | ||
527 | config CONFIG_FEATURE_TFTP_PUT | 527 | config CONFIG_FEATURE_TFTP_PUT |
528 | bool " Enable \"put\" command" | 528 | bool " Enable \"put\" command" |
@@ -572,7 +572,7 @@ config CONFIG_WGET | |||
572 | bool "wget" | 572 | bool "wget" |
573 | default n | 573 | default n |
574 | help | 574 | help |
575 | Wget is a utility for non-interactive download of files from HTTP, | 575 | wget is a utility for non-interactive download of files from HTTP, |
576 | HTTPS, and FTP servers. | 576 | HTTPS, and FTP servers. |
577 | 577 | ||
578 | config CONFIG_FEATURE_WGET_STATUSBAR | 578 | config CONFIG_FEATURE_WGET_STATUSBAR |
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index a3223de9c..fc07a9b7f 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in | |||
@@ -22,7 +22,7 @@ config CONFIG_UDHCPC | |||
22 | while striving to be fully functional and RFC compliant. | 22 | while striving to be fully functional and RFC compliant. |
23 | 23 | ||
24 | The udhcp client negotiates a lease with the DHCP server and | 24 | The udhcp client negotiates a lease with the DHCP server and |
25 | notifies a set of scripts when a leases is obtained or lost. | 25 | notifies a set of scripts when a lease is obtained or lost. |
26 | 26 | ||
27 | See http://udhcp.busybox.net for further details. | 27 | See http://udhcp.busybox.net for further details. |
28 | 28 | ||