diff options
author | David Kimdon <dwhedon@debian.org> | 2001-02-23 06:03:22 +0000 |
---|---|---|
committer | David Kimdon <dwhedon@debian.org> | 2001-02-23 06:03:22 +0000 |
commit | 56082dc2ae5b8c85a86cb602e3f8e57f34391378 (patch) | |
tree | e002fffc12a17d9cf1552cda23392fd006c9304f /usage.h | |
parent | 68c1d8400c4024ca9c0e16bf2a90af719cb24be2 (diff) | |
download | busybox-w32-56082dc2ae5b8c85a86cb602e3f8e57f34391378.tar.gz busybox-w32-56082dc2ae5b8c85a86cb602e3f8e57f34391378.tar.bz2 busybox-w32-56082dc2ae5b8c85a86cb602e3f8e57f34391378.zip |
space after \ make preprocessor sad
Diffstat (limited to '')
-rw-r--r-- | usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -438,7 +438,7 @@ | |||
438 | "[-signal] process-id [process-id ...]" | 438 | "[-signal] process-id [process-id ...]" |
439 | #define kill_full_usage \ | 439 | #define kill_full_usage \ |
440 | "Send a signal (default is SIGTERM) to the specified process(es).\n\n"\ | 440 | "Send a signal (default is SIGTERM) to the specified process(es).\n\n"\ |
441 | "Options:\n" \ | 441 | "Options:\n" \ |
442 | "\t-l\tList all signal names and numbers." | 442 | "\t-l\tList all signal names and numbers." |
443 | 443 | ||
444 | #define killall_trivial_usage \ | 444 | #define killall_trivial_usage \ |