Fix spelling error s/defaut/default/g
authorEric Andersen <andersen@codepoet.org>
Mon, 11 Dec 2000 19:39:25 +0000 (19:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 11 Dec 2000 19:39:25 +0000 (19:39 -0000)
Changelog
applets/usage.c
docs/busybox.pod
docs/busybox.sgml
usage.c

index 6a1612876371fb0c1b7c11de6d2763557ff1b70b..6192e7eddac82cdcd35db51341a19c36faa32909 100644 (file)
--- a/Changelog
+++ b/Changelog
        * Major init re-work.  init now supports inittab (slightly different
            but similar to sysvinit), allowing me to get all the policy out of
            init and into the conf file.  It works just fine without inittab
-           being present, but if you dont like the defautl behavior you can
+           being present, but if you dont like the default behavior you can
            now do something about it.  Init is much cleaner as a result.
        * Fixed an bug in syslogd causing it to stop after 20 minutes. -erik
        * Fixed an embarrasing segfault in head -beppu Fixed the embarrasing
index 74dc44060e8e25b3059fd0c768fd3a7e594fa020..57e26bc26214a857bb34dcdd6b836c93e95dcd22 100644 (file)
@@ -1176,7 +1176,7 @@ const char syslogd_usage[] =
        "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
 #ifdef BB_FEATURE_REMOTE_LOG
        "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n"
-       "\t-L\t\tLog locally as well as network logging (defaut is network only)\n"
+       "\t-L\t\tLog locally as well as network logging (default is network only)\n"
 #endif
 #endif
        ;
index 52ba63943a91cf5061a83ce411c2ebdaa3d7eccd..65a4e32896d2ac07bdfb77d10efd1e4f7cf0d20f 100644 (file)
@@ -1731,7 +1731,7 @@ Options:
        -K              Do not start up the klogd process
        -O FILE Use an alternate log file (default=/var/log/messages)
        -R HOST[:PORT]  Log remotely to IP or hostname on PORT (default PORT=514/UDP)
-       -L      Log locally as well as network logging (defaut is network only)
+       -L      Log locally as well as network logging (default is network only)
 
 Example:
 
@@ -2292,4 +2292,4 @@ Enrique Zanardi <ezanardi@ull.es>
 
 =cut
 
-# $Id: busybox.pod,v 1.81 2000/12/11 16:24:16 andersen Exp $
+# $Id: busybox.pod,v 1.82 2000/12/11 19:39:25 andersen Exp $
index a4d1736986746cbfdfe3f99e789c3afa771f714e..7e351e958e07dbe33f6424238af1e10259a49e06 100644 (file)
                        -K      Do not start up the klogd process
                        -O FILE Use an alternate log file (default=/var/log/messages)
                        -R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP)
-                       -L      Log locally as well as network logging (defaut is network only)
+                       -L      Log locally as well as network logging (default is network only)
                </screen>
                </para>
 
diff --git a/usage.c b/usage.c
index 74dc44060e8e25b3059fd0c768fd3a7e594fa020..57e26bc26214a857bb34dcdd6b836c93e95dcd22 100644 (file)
--- a/usage.c
+++ b/usage.c
@@ -1176,7 +1176,7 @@ const char syslogd_usage[] =
        "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
 #ifdef BB_FEATURE_REMOTE_LOG
        "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n"
-       "\t-L\t\tLog locally as well as network logging (defaut is network only)\n"
+       "\t-L\t\tLog locally as well as network logging (default is network only)\n"
 #endif
 #endif
        ;