diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 4 | ||||
| -rw-r--r-- | include/usage.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h index 99d681dbe..654643743 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -707,7 +707,7 @@ int run_nofork_applet_prime(struct nofork_save_area *old, int applet_no, char ** | |||
| 707 | * | 707 | * |
| 708 | * forkexit_or_rexec(argv) = bare-bones "fork + parent exits" on MMU, | 708 | * forkexit_or_rexec(argv) = bare-bones "fork + parent exits" on MMU, |
| 709 | * "vfork + re-exec ourself" on NOMMU. No fd redirection, no setsid(). | 709 | * "vfork + re-exec ourself" on NOMMU. No fd redirection, no setsid(). |
| 710 | * Currently used for openvt. On MMU ignores argv. | 710 | * Currently used for openvt and setsid. On MMU ignores argv. |
| 711 | * | 711 | * |
| 712 | * Helper for network daemons in foreground mode: | 712 | * Helper for network daemons in foreground mode: |
| 713 | * | 713 | * |
| @@ -728,7 +728,7 @@ enum { | |||
| 728 | # define bb_daemonize(flags) bb_daemonize_or_rexec(flags, bogus) | 728 | # define bb_daemonize(flags) bb_daemonize_or_rexec(flags, bogus) |
| 729 | #else | 729 | #else |
| 730 | void re_exec(char **argv) ATTRIBUTE_NORETURN; | 730 | void re_exec(char **argv) ATTRIBUTE_NORETURN; |
| 731 | void forkexit_or_rexec(char **argv); | 731 | void forkexit_or_rexec(char **argv) ATTRIBUTE_NORETURN; |
| 732 | extern bool re_execed; | 732 | extern bool re_execed; |
| 733 | int BUG_fork_is_unavailable_on_nommu(void); | 733 | int BUG_fork_is_unavailable_on_nommu(void); |
| 734 | int BUG_daemon_is_unavailable_on_nommu(void); | 734 | int BUG_daemon_is_unavailable_on_nommu(void); |
diff --git a/include/usage.h b/include/usage.h index 8f563f55e..fe98398ab 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -3839,7 +3839,7 @@ | |||
| 3839 | "$ tar -cf /tmp/tarball.tar /usr/local\n" | 3839 | "$ tar -cf /tmp/tarball.tar /usr/local\n" |
| 3840 | 3840 | ||
| 3841 | #define taskset_trivial_usage \ | 3841 | #define taskset_trivial_usage \ |
| 3842 | "[OPTIONS] [mask] [pid | command [arg]...]" | 3842 | "[-p] [mask] [pid | command [arg]...]" |
| 3843 | #define taskset_full_usage \ | 3843 | #define taskset_full_usage \ |
| 3844 | "Set or get CPU affinity\n" \ | 3844 | "Set or get CPU affinity\n" \ |
| 3845 | "\nOptions:" \ | 3845 | "\nOptions:" \ |
