[git commit master 1/1] FAQ.html: small fix in "Standalone shell" subsection

Denys Vlasenko vda.linux at googlemail.com
Tue Mar 8 11:22:54 UTC 2011


commit: http://git.busybox.net/busybox-website/commit/?id=9e8346f2057ba61bc3dc8e112eb07871f5384646
branch: http://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 FAQ.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/FAQ.html b/FAQ.html
index 5232d79..e8832e8 100644
--- a/FAQ.html
+++ b/FAQ.html
@@ -280,10 +280,10 @@ have additions to this FAQ document, we would love to add them,
     Note that the standalone shell also requires CONFIG_BUSYBOX_EXEC_PATH
     to be set appropriately, and the default value, /proc/self/exe, would work
     only if /proc filesystem is mounted.
-    available or not. If you do not have /proc, then point that config option
-    to the location of your Busybox binary, usually /bin/busybox.
     (So if you set it to /proc/self/exe, and happen to be able to chroot into
     your rootfs, you must mount /proc beforehand.)
+    If you do not have /proc mouted, then point that config option
+    to the location of your Busybox binary, usually /bin/busybox.
 </p>
 <p>
     A typical indication that you set CONFIG_BUSYBOX_EXEC_PATH to
-- 
1.7.3.4



More information about the busybox-cvs mailing list