aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/powertop.c2
-rw-r--r--procps/pwdx.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/procps/powertop.c b/procps/powertop.c
index e3c29d1c3..ddda5bd93 100644
--- a/procps/powertop.c
+++ b/procps/powertop.c
@@ -674,7 +674,7 @@ static void show_timerstats(void)
674//usage:#define powertop_trivial_usage 674//usage:#define powertop_trivial_usage
675//usage: "" 675//usage: ""
676//usage:#define powertop_full_usage "\n\n" 676//usage:#define powertop_full_usage "\n\n"
677//usage: "Analyze power consumption on Intel-based laptops\n" 677//usage: "Analyze power consumption on Intel-based laptops"
678 678
679int powertop_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 679int powertop_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
680int powertop_main(int UNUSED_PARAM argc, char UNUSED_PARAM **argv) 680int powertop_main(int UNUSED_PARAM argc, char UNUSED_PARAM **argv)
diff --git a/procps/pwdx.c b/procps/pwdx.c
index 781810488..22b892275 100644
--- a/procps/pwdx.c
+++ b/procps/pwdx.c
@@ -21,7 +21,7 @@
21//usage:#define pwdx_trivial_usage 21//usage:#define pwdx_trivial_usage
22//usage: "PID..." 22//usage: "PID..."
23//usage:#define pwdx_full_usage "\n\n" 23//usage:#define pwdx_full_usage "\n\n"
24//usage: "Show current directory for PIDs\n" 24//usage: "Show current directory for PIDs"
25 25
26#include "libbb.h" 26#include "libbb.h"
27 27