aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorDavid Kimdon <dwhedon@debian.org>2001-02-23 06:03:22 +0000
committerDavid Kimdon <dwhedon@debian.org>2001-02-23 06:03:22 +0000
commit56082dc2ae5b8c85a86cb602e3f8e57f34391378 (patch)
treee002fffc12a17d9cf1552cda23392fd006c9304f /applets
parent68c1d8400c4024ca9c0e16bf2a90af719cb24be2 (diff)
downloadbusybox-56082dc2ae5b8c85a86cb602e3f8e57f34391378.tar.gz
space after \ make preprocessor sad
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.h b/applets/usage.h
index 76492e0a7..64da92da0 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -438,7 +438,7 @@
"[-signal] process-id [process-id ...]"
#define kill_full_usage \
"Send a signal (default is SIGTERM) to the specified process(es).\n\n"\
- "Options:\n" \
+ "Options:\n" \
"\t-l\tList all signal names and numbers."
#define killall_trivial_usage \