diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-22 15:41:00 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-22 15:41:00 +0000 |
commit | 1118c95535ea51961437089fc3dece5ab4ea7e1b (patch) | |
tree | 1515bd2376a6d6c5123791662307ce2ed90cdf36 /util-linux/acpid.c | |
parent | 0d8b2c4a929ea9d3ac37499319fe0d8e7941a0c2 (diff) | |
parent | 066f39956641300c1e5c6bfe6c11a115cea3e2cf (diff) | |
download | busybox-w32-1118c95535ea51961437089fc3dece5ab4ea7e1b.tar.gz busybox-w32-1118c95535ea51961437089fc3dece5ab4ea7e1b.tar.bz2 busybox-w32-1118c95535ea51961437089fc3dece5ab4ea7e1b.zip |
Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge
Conflicts:
procps/ps.c
Diffstat (limited to 'util-linux/acpid.c')
-rw-r--r-- | util-linux/acpid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/acpid.c b/util-linux/acpid.c index 4b7e5cacb..2f27cfd1c 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-d] [-c CONFDIR] [-l LOGFILE] [-a ACTIONFILE] [-M MAPFILE] [-e PROC_EVENT_FILE] [-p PIDFILE]" | 11 | //usage: "[-d] [-c CONFDIR] [-l LOGFILE] [-a ACTIONFILE] [-M MAPFILE] [-e PROC_EVENT_FILE] [-p PIDFILE]" |
12 | //usage:#define acpid_full_usage "\n\n" | 12 | //usage:#define acpid_full_usage "\n\n" |
13 | //usage: "Listen to ACPI events and spawn specific helpers on event arrival\n" | 13 | //usage: "Listen to ACPI events and spawn specific helpers on event arrival\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -c DIR Config directory [/etc/acpi]" | 14 | //usage: "\n -c DIR Config directory [/etc/acpi]" |
16 | //usage: "\n -d Don't daemonize, (implies -f)" | 15 | //usage: "\n -d Don't daemonize, (implies -f)" |
17 | //usage: "\n -e FILE /proc event file [/proc/acpi/event]" | 16 | //usage: "\n -e FILE /proc event file [/proc/acpi/event]" |