diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-24 10:03:22 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-24 10:03:22 +0000 |
commit | 12aca796ba909be65be08a5646a4b7419c47655d (patch) | |
tree | 16028ace5f2ba531786249a972cc7219c798c649 | |
parent | 0adf7f2d46a9223a721b64dce9cecdec0b9cdf07 (diff) | |
download | busybox-w32-12aca796ba909be65be08a5646a4b7419c47655d.tar.gz busybox-w32-12aca796ba909be65be08a5646a4b7419c47655d.tar.bz2 busybox-w32-12aca796ba909be65be08a5646a4b7419c47655d.zip |
- improve wording
-rw-r--r-- | include/usage.h | 2 | ||||
-rw-r--r-- | networking/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 0e606609d..d5cf4cc1d 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2716,7 +2716,7 @@ | |||
2716 | "loading). modprobe uses a configuration file to determine what option(s) to\n" \ | 2716 | "loading). modprobe uses a configuration file to determine what option(s) to\n" \ |
2717 | "pass each module it loads.\n" \ | 2717 | "pass each module it loads.\n" \ |
2718 | "\n" \ | 2718 | "\n" \ |
2719 | "The configuration file is searched (in order) amongst:\n" \ | 2719 | "The configuration file is searched (in this order):\n" \ |
2720 | "\n" \ | 2720 | "\n" \ |
2721 | " /etc/modprobe.conf (2.6 only)\n" \ | 2721 | " /etc/modprobe.conf (2.6 only)\n" \ |
2722 | " /etc/modules.conf\n" \ | 2722 | " /etc/modules.conf\n" \ |
diff --git a/networking/Config.in b/networking/Config.in index dc0de9a37..7410fcb4b 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -822,7 +822,7 @@ config FEATURE_TRACEROUTE_VERBOSE | |||
822 | default n | 822 | default n |
823 | depends on TRACEROUTE | 823 | depends on TRACEROUTE |
824 | help | 824 | help |
825 | Add some verbosity to traceroute. This includes amongst other things | 825 | Add some verbosity to traceroute. This includes among other things |
826 | hostnames and ICMP response types. | 826 | hostnames and ICMP response types. |
827 | 827 | ||
828 | config FEATURE_TRACEROUTE_SOURCE_ROUTE | 828 | config FEATURE_TRACEROUTE_SOURCE_ROUTE |