aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-03-24 11:55:30 +0000
committerRon Yorston <rmy@pobox.com>2021-03-24 12:43:15 +0000
commit355a7a6c1e9626b7afe8758a6095f3cf275c52e1 (patch)
tree6dab679c15b049cab97212e0b43077132eec1fbe /procps/top.c
parent71ecc8033e6989996057b32577e71148fd544596 (diff)
parent889425812b5cda8b3394d73253cbde7355fb1115 (diff)
downloadbusybox-w32-w32_1_26_2.tar.gz
busybox-w32-w32_1_26_2.tar.bz2
busybox-w32-w32_1_26_2.zip
Merge tag '1_26_2' into w32_1_26_2w32_1_26_2
Diffstat (limited to '')
-rw-r--r--procps/top.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c
index c66cdb764..71207bac1 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -1042,7 +1042,9 @@ static unsigned handle_input(unsigned scan_mask, unsigned interval)
1042//usage: "Provide a view of process activity in real time." 1042//usage: "Provide a view of process activity in real time."
1043//usage: "\n""Read the status of all processes from /proc each SECONDS" 1043//usage: "\n""Read the status of all processes from /proc each SECONDS"
1044//usage: "\n""and display a screenful of them." 1044//usage: "\n""and display a screenful of them."
1045//usage: "\n""Keys:" 1045//usage: "\n"
1046//usage: IF_FEATURE_USE_TERMIOS(
1047//usage: "Keys:"
1046//usage: "\n"" N/M" 1048//usage: "\n"" N/M"
1047//usage: IF_FEATURE_TOP_CPU_USAGE_PERCENTAGE("/P") 1049//usage: IF_FEATURE_TOP_CPU_USAGE_PERCENTAGE("/P")
1048//usage: IF_FEATURE_TOP_CPU_USAGE_PERCENTAGE("/T") 1050//usage: IF_FEATURE_TOP_CPU_USAGE_PERCENTAGE("/T")
@@ -1062,6 +1064,7 @@ static unsigned handle_input(unsigned scan_mask, unsigned interval)
1062//usage: "\n"" Q,^C: exit" 1064//usage: "\n"" Q,^C: exit"
1063//usage: "\n" 1065//usage: "\n"
1064//usage: "\n""Options:" 1066//usage: "\n""Options:"
1067//usage: )
1065//usage: "\n"" -b Batch mode" 1068//usage: "\n"" -b Batch mode"
1066//usage: "\n"" -n N Exit after N iterations" 1069//usage: "\n"" -n N Exit after N iterations"
1067//usage: "\n"" -d N Delay between updates" 1070//usage: "\n"" -d N Delay between updates"