diff options
Diffstat (limited to 'docs/busybox.net/FAQ.html')
-rw-r--r-- | docs/busybox.net/FAQ.html | 8 |
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 |
943 | same chunk sizes it was written in? Nope. Don't rely on that. For one | 943 | same chunk sizes it was written in? Nope. Don't rely on that. For one |
944 | counterexample, see <a href="http://www.faqs.org/rfcs/rfc896.html">rfc 896 | 944 | counterexample, see <a href="http://www.faqs.org/rfcs/rfc896.html">rfc 896 |
945 | for Nagle's algorithm</a>, which waits a fraction of a second or so before | 945 | for Nagle's algorithm</a>, which waits a fraction of a second or so before |
946 | sending out small amounts of data through a TCP/IP connection in case more | 946 | sending out small amounts of data through a TCP/IP connection in case more |
947 | data comes in that can be merged into the same packet. (In case you were | 947 | data comes in that can be merged into the same packet. (In case you were |
@@ -1089,7 +1089,7 @@ aaronl :Aaron Lehmann | |||
1089 | beppu :John Beppu | 1089 | beppu :John Beppu |
1090 | dwhedon :David Whedon | 1090 | dwhedon :David Whedon |
1091 | erik :Erik Andersen | 1091 | erik :Erik Andersen |
1092 | gfeldman :Gennady Feldman | 1092 | gfeldman :Gennady Feldman |
1093 | jimg :Jim Gleason | 1093 | jimg :Jim Gleason |
1094 | kraai :Matt Kraai | 1094 | kraai :Matt Kraai |
1095 | markw :Mark Whitley | 1095 | markw :Mark Whitley |