diff options
-rw-r--r-- | docs/nofork_noexec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nofork_noexec.txt b/docs/nofork_noexec.txt index d54f19642..51bbcba3b 100644 --- a/docs/nofork_noexec.txt +++ b/docs/nofork_noexec.txt | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | Unix shells traditionally execute some commands internally in the attempt | 3 | Unix shells traditionally execute some commands internally in the attempt |
4 | to dramatically speed up execution. It will be slow as hell if for every | 4 | to dramatically speed up execution. It will be slow as hell if for every |
5 | "echo blah" shell with fork and exec /bin/echo. For this end, shells | 5 | "echo blah" shell will fork and exec /bin/echo. For this end, shells |
6 | have to _reimplement_ these commands internally. | 6 | have to _reimplement_ these commands internally. |
7 | 7 | ||
8 | Busybox is unique in this regard because it already is a collection | 8 | Busybox is unique in this regard because it already is a collection |