diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
commit | 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch) | |
tree | 7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /docs/nofork_noexec.txt | |
parent | 4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff) | |
download | busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2 busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip |
whitespace fixes
Diffstat (limited to 'docs/nofork_noexec.txt')
-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 51bbcba3b..d4abdf452 100644 --- a/docs/nofork_noexec.txt +++ b/docs/nofork_noexec.txt | |||
@@ -12,7 +12,7 @@ are exactly those applets which are eligible for these tricks. | |||
12 | 12 | ||
13 | Applet will be subject to NOFORK/NOEXEC tricks if it is marked as such | 13 | Applet will be subject to NOFORK/NOEXEC tricks if it is marked as such |
14 | in applets.h. CONFIG_FEATURE_PREFER_APPLETS is a config option which | 14 | in applets.h. CONFIG_FEATURE_PREFER_APPLETS is a config option which |
15 | globally enables usage of NOFORK/NOEXEC tricks. | 15 | globally enables usage of NOFORK/NOEXEC tricks. |
16 | 16 | ||
17 | If you want to call a program and wait for it, use spawn_and_wait(argv). | 17 | If you want to call a program and wait for it, use spawn_and_wait(argv). |
18 | It will check whether argv[0] is an applet name and will optionally | 18 | It will check whether argv[0] is an applet name and will optionally |