diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 1 | ||||
-rw-r--r-- | include/usage.h | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 95278d93e..0f239822c 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -235,6 +235,7 @@ USE_SEQ(APPLET(seq, seq_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | |||
235 | USE_SETARCH(APPLET(setarch, setarch_main, _BB_DIR_BIN, _BB_SUID_NEVER)) | 235 | USE_SETARCH(APPLET(setarch, setarch_main, _BB_DIR_BIN, _BB_SUID_NEVER)) |
236 | USE_SETCONSOLE(APPLET(setconsole, setconsole_main, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 236 | USE_SETCONSOLE(APPLET(setconsole, setconsole_main, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
237 | USE_SETKEYCODES(APPLET(setkeycodes, setkeycodes_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 237 | USE_SETKEYCODES(APPLET(setkeycodes, setkeycodes_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
238 | USE_SETLOGCONS(APPLET(setlogcons, setlogcons_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | ||
238 | USE_SETSID(APPLET(setsid, setsid_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 239 | USE_SETSID(APPLET(setsid, setsid_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
239 | USE_FEATURE_SH_IS_ASH(APPLET_NOUSAGE(sh, ash_main, _BB_DIR_BIN, _BB_SUID_NEVER)) | 240 | USE_FEATURE_SH_IS_ASH(APPLET_NOUSAGE(sh, ash_main, _BB_DIR_BIN, _BB_SUID_NEVER)) |
240 | USE_FEATURE_SH_IS_HUSH(APPLET_NOUSAGE(sh, hush_main, _BB_DIR_BIN, _BB_SUID_NEVER)) | 241 | USE_FEATURE_SH_IS_HUSH(APPLET_NOUSAGE(sh, hush_main, _BB_DIR_BIN, _BB_SUID_NEVER)) |
diff --git a/include/usage.h b/include/usage.h index 660c9e702..21f305fe2 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2648,6 +2648,11 @@ | |||
2648 | #define setkeycodes_example_usage \ | 2648 | #define setkeycodes_example_usage \ |
2649 | "$ setkeycodes e030 127\n" | 2649 | "$ setkeycodes e030 127\n" |
2650 | 2650 | ||
2651 | #define setlogcons_trivial_usage \ | ||
2652 | "N" | ||
2653 | #define setlogcons_full_usage \ | ||
2654 | "Redirects the kernel output to console N (0 for current)." | ||
2655 | |||
2651 | #define setsid_trivial_usage \ | 2656 | #define setsid_trivial_usage \ |
2652 | "program [arg ...]" | 2657 | "program [arg ...]" |
2653 | #define setsid_full_usage \ | 2658 | #define setsid_full_usage \ |