From: Denis Vlasenko Date: Thu, 6 Nov 2008 23:28:42 +0000 (-0000) Subject: correction in comment X-Git-Tag: 1_13_0~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f10bc3964f1d92fa83ec97a625fca33ce1592f26;p=oweals%2Fbusybox.git correction in comment --- 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 ** * * 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: *