diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-06 23:28:42 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-06 23:28:42 +0000 |
commit | f10bc3964f1d92fa83ec97a625fca33ce1592f26 (patch) | |
tree | 33e8b377c38eba88bf599700ccf4b5f1b48cd261 | |
parent | f068b3e9f47388353b7b134131ce4b66d57f7df8 (diff) | |
download | busybox-w32-f10bc3964f1d92fa83ec97a625fca33ce1592f26.tar.gz busybox-w32-f10bc3964f1d92fa83ec97a625fca33ce1592f26.tar.bz2 busybox-w32-f10bc3964f1d92fa83ec97a625fca33ce1592f26.zip |
correction in comment
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 746db1c0e..b0f6eaee2 100644 --- 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 ** | |||
789 | * | 789 | * |
790 | * forkexit_or_rexec(argv) = bare-bones "fork + parent exits" on MMU, | 790 | * forkexit_or_rexec(argv) = bare-bones "fork + parent exits" on MMU, |
791 | * "vfork + re-exec ourself" on NOMMU. No fd redirection, no setsid(). | 791 | * "vfork + re-exec ourself" on NOMMU. No fd redirection, no setsid(). |
792 | * Currently used for openvt and setsid. On MMU ignores argv. | 792 | * Currently used for setsid only. On MMU ignores argv. |
793 | * | 793 | * |
794 | * Helper for network daemons in foreground mode: | 794 | * Helper for network daemons in foreground mode: |
795 | * | 795 | * |