From: Denis Vlasenko Date: Wed, 11 Apr 2007 19:27:22 +0000 (-0000) Subject: fix typo in doc X-Git-Tag: 1_6_0~179 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8fd371276f2485887bb5182671169f4d0849d67c;p=oweals%2Fbusybox.git fix typo in doc --- 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 @@ Unix shells traditionally execute some commands internally in the attempt to dramatically speed up execution. It will be slow as hell if for every -"echo blah" shell with fork and exec /bin/echo. For this end, shells +"echo blah" shell will fork and exec /bin/echo. For this end, shells have to _reimplement_ these commands internally. Busybox is unique in this regard because it already is a collection