aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/top.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/procps/top.c b/procps/top.c
index cadc4ecec..4cd545c69 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -1052,9 +1052,9 @@ static unsigned handle_input(unsigned scan_mask, duration_t interval)
1052//usage: "[-b"IF_FEATURE_TOPMEM("m")IF_FEATURE_SHOW_THREADS("H")"]" 1052//usage: "[-b"IF_FEATURE_TOPMEM("m")IF_FEATURE_SHOW_THREADS("H")"]"
1053//usage: " [-n COUNT] [-d SECONDS]" 1053//usage: " [-n COUNT] [-d SECONDS]"
1054//usage:#define top_full_usage "\n\n" 1054//usage:#define top_full_usage "\n\n"
1055//usage: "Provide a view of process activity in real time." 1055//usage: "Show a view of process activity in real time."
1056//usage: "\n""Read the status of all processes from /proc each SECONDS" 1056//usage: "\n""Read the status of all processes from /proc each SECONDS"
1057//usage: "\n""and display a screenful of them." 1057//usage: "\n""and show a screenful of them."
1058//usage: "\n" 1058//usage: "\n"
1059//usage: IF_FEATURE_TOP_INTERACTIVE( 1059//usage: IF_FEATURE_TOP_INTERACTIVE(
1060//usage: "Keys:" 1060//usage: "Keys:"