diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-11 19:39:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-11 19:39:25 +0000 |
commit | 20c2bdd7f2d658a38578e7061f8acc6ca56a7c28 (patch) | |
tree | 14e5dad5501a40d767a1206f14ac5dc5753a5531 /docs | |
parent | 5c365da88438f8af9a4314d7a305cc3fd9be4843 (diff) | |
download | busybox-w32-20c2bdd7f2d658a38578e7061f8acc6ca56a7c28.tar.gz busybox-w32-20c2bdd7f2d658a38578e7061f8acc6ca56a7c28.tar.bz2 busybox-w32-20c2bdd7f2d658a38578e7061f8acc6ca56a7c28.zip |
Fix spelling error s/defaut/default/g
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 4 | ||||
-rw-r--r-- | docs/busybox.sgml | 2 |
2 files changed, 3 insertions, 3 deletions
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 | ||
1736 | Example: | 1736 | Example: |
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 | ||