From 66426760beef7e87c4735f433d123daf911b5b4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 5 Jun 2011 03:58:28 +0200 Subject: *: remove "Options:" string from help texts function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko --- procps/kill.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'procps/kill.c') diff --git a/procps/kill.c b/procps/kill.c index 6776d9546..224e5ad1a 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -12,7 +12,6 @@ //usage: "[-l] [-SIG] PID..." //usage:#define kill_full_usage "\n\n" //usage: "Send a signal (default: TERM) to given PIDs\n" -//usage: "\nOptions:" //usage: "\n -l List all signal names and numbers" /* //usage: "\n -s SIG Yet another way of specifying SIG" */ //usage: @@ -30,7 +29,6 @@ //usage: "[-l] [-q] [-SIG] PROCESS_NAME..." //usage:#define killall_full_usage "\n\n" //usage: "Send a signal (default: TERM) to given processes\n" -//usage: "\nOptions:" //usage: "\n -l List all signal names and numbers" /* //usage: "\n -s SIG Yet another way of specifying SIG" */ //usage: "\n -q Don't complain if no processes were killed" @@ -42,7 +40,6 @@ //usage: "[-l] [-SIG] [-o PID]..." //usage:#define killall5_full_usage "\n\n" //usage: "Send a signal (default: TERM) to all processes outside current session\n" -//usage: "\nOptions:" //usage: "\n -l List all signal names and numbers" //usage: "\n -o PID Don't signal this PID" /* //usage: "\n -s SIG Yet another way of specifying SIG" */ -- cgit v1.2.3