aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-11 19:39:25 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-11 19:39:25 +0000
commit20c2bdd7f2d658a38578e7061f8acc6ca56a7c28 (patch)
tree14e5dad5501a40d767a1206f14ac5dc5753a5531
parent5c365da88438f8af9a4314d7a305cc3fd9be4843 (diff)
downloadbusybox-w32-20c2bdd7f2d658a38578e7061f8acc6ca56a7c28.tar.gz
busybox-w32-20c2bdd7f2d658a38578e7061f8acc6ca56a7c28.tar.bz2
busybox-w32-20c2bdd7f2d658a38578e7061f8acc6ca56a7c28.zip
Fix spelling error s/defaut/default/g
-rw-r--r--Changelog2
-rw-r--r--applets/usage.c2
-rw-r--r--docs/busybox.pod4
-rw-r--r--docs/busybox.sgml2
-rw-r--r--usage.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/Changelog b/Changelog
index 6a1612876..6192e7edd 100644
--- a/Changelog
+++ b/Changelog
@@ -491,7 +491,7 @@
491 * Major init re-work. init now supports inittab (slightly different 491 * Major init re-work. init now supports inittab (slightly different
492 but similar to sysvinit), allowing me to get all the policy out of 492 but similar to sysvinit), allowing me to get all the policy out of
493 init and into the conf file. It works just fine without inittab 493 init and into the conf file. It works just fine without inittab
494 being present, but if you dont like the defautl behavior you can 494 being present, but if you dont like the default behavior you can
495 now do something about it. Init is much cleaner as a result. 495 now do something about it. Init is much cleaner as a result.
496 * Fixed an bug in syslogd causing it to stop after 20 minutes. -erik 496 * Fixed an bug in syslogd causing it to stop after 20 minutes. -erik
497 * Fixed an embarrasing segfault in head -beppu Fixed the embarrasing 497 * Fixed an embarrasing segfault in head -beppu Fixed the embarrasing
diff --git a/applets/usage.c b/applets/usage.c
index 74dc44060..57e26bc26 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -1176,7 +1176,7 @@ const char syslogd_usage[] =
1176 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" 1176 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
1177#ifdef BB_FEATURE_REMOTE_LOG 1177#ifdef BB_FEATURE_REMOTE_LOG
1178 "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" 1178 "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n"
1179 "\t-L\t\tLog locally as well as network logging (defaut is network only)\n" 1179 "\t-L\t\tLog locally as well as network logging (default is network only)\n"
1180#endif 1180#endif
1181#endif 1181#endif
1182 ; 1182 ;
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 52ba63943..65a4e3289 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -1731,7 +1731,7 @@ Options:
1731 -K Do not start up the klogd process 1731 -K Do not start up the klogd process
1732 -O FILE Use an alternate log file (default=/var/log/messages) 1732 -O FILE Use an alternate log file (default=/var/log/messages)
1733 -R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP) 1733 -R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP)
1734 -L Log locally as well as network logging (defaut is network only) 1734 -L Log locally as well as network logging (default is network only)
1735 1735
1736Example: 1736Example:
1737 1737
@@ -2292,4 +2292,4 @@ Enrique Zanardi <ezanardi@ull.es>
2292 2292
2293=cut 2293=cut
2294 2294
2295# $Id: busybox.pod,v 1.81 2000/12/11 16:24:16 andersen Exp $ 2295# $Id: busybox.pod,v 1.82 2000/12/11 19:39:25 andersen Exp $
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index a4d173698..7e351e958 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -3023,7 +3023,7 @@
3023 -K Do not start up the klogd process 3023 -K Do not start up the klogd process
3024 -O FILE Use an alternate log file (default=/var/log/messages) 3024 -O FILE Use an alternate log file (default=/var/log/messages)
3025 -R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP) 3025 -R HOST[:PORT] Log remotely to IP or hostname on PORT (default PORT=514/UDP)
3026 -L Log locally as well as network logging (defaut is network only) 3026 -L Log locally as well as network logging (default is network only)
3027 </screen> 3027 </screen>
3028 </para> 3028 </para>
3029 3029
diff --git a/usage.c b/usage.c
index 74dc44060..57e26bc26 100644
--- a/usage.c
+++ b/usage.c
@@ -1176,7 +1176,7 @@ const char syslogd_usage[] =
1176 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" 1176 "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
1177#ifdef BB_FEATURE_REMOTE_LOG 1177#ifdef BB_FEATURE_REMOTE_LOG
1178 "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n" 1178 "\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n"
1179 "\t-L\t\tLog locally as well as network logging (defaut is network only)\n" 1179 "\t-L\t\tLog locally as well as network logging (default is network only)\n"
1180#endif 1180#endif
1181#endif 1181#endif
1182 ; 1182 ;