aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.net
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-11 17:20:00 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-11 17:20:00 +0000
commitf7996f3b700a22797565e9aa57e251e6e3ac1e4d (patch)
treeaf4e797eef0a65f4e3dba94b325da0ec08452d36 /docs/busybox.net
parent3821fb13ea404d243115ff8ec161273b62826513 (diff)
downloadbusybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.tar.gz
busybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.tar.bz2
busybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.zip
Trailing whitespace removal over entire tree
Diffstat (limited to 'docs/busybox.net')
-rw-r--r--docs/busybox.net/FAQ.html8
-rw-r--r--docs/busybox.net/news.html2
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html
index c751f7521..c07be9027 100644
--- a/docs/busybox.net/FAQ.html
+++ b/docs/busybox.net/FAQ.html
@@ -82,7 +82,7 @@ have additions to this FAQ document, we would love to add them,
82 to determine which applet to run, as shown above. 82 to determine which applet to run, as shown above.
83</p> 83</p>
84<p> 84<p>
85 BusyBox also has a feature called the 85 BusyBox also has a feature called the
86 <a name="standalone_shell">"standalone shell"</a>, where the busybox 86 <a name="standalone_shell">"standalone shell"</a>, where the busybox
87 shell runs any built-in applets before checking the command path. This 87 shell runs any built-in applets before checking the command path. This
88 feature is also enabled by "make allyesconfig", and to try it out run 88 feature is also enabled by "make allyesconfig", and to try it out run
@@ -261,7 +261,7 @@ within each applet. More build coverage testing.</p></li>
261 261
262<hr /> 262<hr />
263<p> 263<p>
264<h2><a name="external">where can i find other small utilities since busybox 264<h2><a name="external">where can i find other small utilities since busybox
265 does not include the features i want?</a></h2> 265 does not include the features i want?</a></h2>
266<p> 266<p>
267 we maintain such a <a href="tinyutils.html">list</a> on this site! 267 we maintain such a <a href="tinyutils.html">list</a> on this site!
@@ -941,7 +941,7 @@ text console scrolling...)</p>
941 941
942<p>So will data always be read from the far end of a pipe at the 942<p>So will data always be read from the far end of a pipe at the
943same chunk sizes it was written in? Nope. Don't rely on that. For one 943same chunk sizes it was written in? Nope. Don't rely on that. For one
944counterexample, see <a href="http://www.faqs.org/rfcs/rfc896.html">rfc 896 944counterexample, see <a href="http://www.faqs.org/rfcs/rfc896.html">rfc 896
945for Nagle's algorithm</a>, which waits a fraction of a second or so before 945for Nagle's algorithm</a>, which waits a fraction of a second or so before
946sending out small amounts of data through a TCP/IP connection in case more 946sending out small amounts of data through a TCP/IP connection in case more
947data comes in that can be merged into the same packet. (In case you were 947data comes in that can be merged into the same packet. (In case you were
@@ -1089,7 +1089,7 @@ aaronl :Aaron Lehmann
1089beppu :John Beppu 1089beppu :John Beppu
1090dwhedon :David Whedon 1090dwhedon :David Whedon
1091erik :Erik Andersen 1091erik :Erik Andersen
1092gfeldman :Gennady Feldman 1092gfeldman :Gennady Feldman
1093jimg :Jim Gleason 1093jimg :Jim Gleason
1094kraai :Matt Kraai 1094kraai :Matt Kraai
1095markw :Mark Whitley 1095markw :Mark Whitley
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 5492d6767..cdffd48eb 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -28,7 +28,7 @@
28 <li>grep: added -r, fixed -h 28 <li>grep: added -r, fixed -h
29 <li>watch: make it exec child like standard one does (was totally 29 <li>watch: make it exec child like standard one does (was totally
30 incompatible) 30 incompatible)
31 <li>tar: fix limitations which were preventing bbox tar usage 31 <li>tar: fix limitations which were preventing bbox tar usage
32 on big directories: long names and linknames, pax headers 32 on big directories: long names and linknames, pax headers
33 (Linux kernel tarballs have that). Fixed a number of obscure bugs. 33 (Linux kernel tarballs have that). Fixed a number of obscure bugs.
34 Raised max file limit (now 64Gb). Security fixes (/../ attacks). 34 Raised max file limit (now 64Gb). Security fixes (/../ attacks).