aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.net/FAQ.html
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-11 17:20:00 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-11 17:20:00 +0000
commit8bcd78dd99c17ea33daf8fb670dc9489cb24168f (patch)
treeaf4e797eef0a65f4e3dba94b325da0ec08452d36 /docs/busybox.net/FAQ.html
parenteac7a041006fbc2b18d2bbf26547d0780369fa5e (diff)
downloadbusybox-w32-8bcd78dd99c17ea33daf8fb670dc9489cb24168f.tar.gz
busybox-w32-8bcd78dd99c17ea33daf8fb670dc9489cb24168f.tar.bz2
busybox-w32-8bcd78dd99c17ea33daf8fb670dc9489cb24168f.zip
Trailing whitespace removal over entire tree
git-svn-id: svn://busybox.net/trunk/busybox@17252 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs/busybox.net/FAQ.html')
-rw-r--r--docs/busybox.net/FAQ.html8
1 files changed, 4 insertions, 4 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