Fix spelling error s/defaut/default/g
This commit is contained in:
@@ -491,7 +491,7 @@
|
|||||||
* Major init re-work. init now supports inittab (slightly different
|
* Major init re-work. init now supports inittab (slightly different
|
||||||
but similar to sysvinit), allowing me to get all the policy out of
|
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
|
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.
|
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 bug in syslogd causing it to stop after 20 minutes. -erik
|
||||||
* Fixed an embarrasing segfault in head -beppu Fixed the embarrasing
|
* Fixed an embarrasing segfault in head -beppu Fixed the embarrasing
|
||||||
|
@@ -1176,7 +1176,7 @@ const char syslogd_usage[] =
|
|||||||
"\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
|
"\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
|
||||||
#ifdef BB_FEATURE_REMOTE_LOG
|
#ifdef BB_FEATURE_REMOTE_LOG
|
||||||
"\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n"
|
"\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
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
@@ -1731,7 +1731,7 @@ Options:
|
|||||||
-K Do not start up the klogd process
|
-K Do not start up the klogd process
|
||||||
-O FILE Use an alternate log file (default=/var/log/messages)
|
-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)
|
-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:
|
Example:
|
||||||
|
|
||||||
@@ -2292,4 +2292,4 @@ Enrique Zanardi <ezanardi@ull.es>
|
|||||||
|
|
||||||
=cut
|
=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 $
|
||||||
|
@@ -3023,7 +3023,7 @@
|
|||||||
-K Do not start up the klogd process
|
-K Do not start up the klogd process
|
||||||
-O FILE Use an alternate log file (default=/var/log/messages)
|
-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)
|
-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>
|
</screen>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
2
usage.c
2
usage.c
@@ -1176,7 +1176,7 @@ const char syslogd_usage[] =
|
|||||||
"\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
|
"\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
|
||||||
#ifdef BB_FEATURE_REMOTE_LOG
|
#ifdef BB_FEATURE_REMOTE_LOG
|
||||||
"\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n"
|
"\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
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user