From ea62077b850076c4d7dc3cf78ebd1888928c6ddf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 14 Oct 2006 02:23:43 +0000 Subject: add open_read_close() and similar stuff --- procps/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps/top.c') diff --git a/procps/top.c b/procps/top.c index 14a3870a1..06a84c90c 100644 --- a/procps/top.c +++ b/procps/top.c @@ -448,7 +448,7 @@ int top_main(int argc, char **argv) memcpy(top + n, p, sizeof(procps_status_t)); } if (ntop == 0) { - bb_error_msg_and_die("Can't find process info in /proc"); + bb_error_msg_and_die("can't find process info in /proc"); } #ifdef CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE if (!prev_hist_count) { -- cgit v1.2.3