projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f068b3e
)
correction in comment
author
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 6 Nov 2008 23:28:42 +0000
(23:28 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 6 Nov 2008 23:28:42 +0000
(23:28 -0000)
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index 746db1c0ef74d4d41f5f772ede95e22979b420b6..b0f6eaee2d827fbcb3974dead6ef0f5a1c0310ad 100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-789,7
+789,7
@@
int run_nofork_applet_prime(struct nofork_save_area *old, int applet_no, char **
*
* forkexit_or_rexec(argv) = bare-bones "fork + parent exits" on MMU,
* "vfork + re-exec ourself" on NOMMU. No fd redirection, no setsid().
- * Currently used for
openvt and setsid
. On MMU ignores argv.
+ * Currently used for
setsid only
. On MMU ignores argv.
*
* Helper for network daemons in foreground mode:
*