svn commit: trunk/busybox/docs
vda at busybox.net
vda at busybox.net
Wed Apr 11 12:27:23 PDT 2007
Author: vda
Date: 2007-04-11 12:27:22 -0700 (Wed, 11 Apr 2007)
New Revision: 18404
Log:
fix typo in doc
Modified:
trunk/busybox/docs/nofork_noexec.txt
Changeset:
Modified: trunk/busybox/docs/nofork_noexec.txt
===================================================================
--- trunk/busybox/docs/nofork_noexec.txt 2007-04-11 17:04:29 UTC (rev 18403)
+++ trunk/busybox/docs/nofork_noexec.txt 2007-04-11 19:27:22 UTC (rev 18404)
@@ -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
More information about the busybox-cvs
mailing list