diff options
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/klogd.c | 1 | ||||
-rw-r--r-- | sysklogd/logger.c | 1 | ||||
-rw-r--r-- | sysklogd/logread.c | 1 | ||||
-rw-r--r-- | sysklogd/syslogd.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 27995e570..efa0e537a 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -21,7 +21,6 @@ | |||
21 | //usage: "[-c N] [-n]" | 21 | //usage: "[-c N] [-n]" |
22 | //usage:#define klogd_full_usage "\n\n" | 22 | //usage:#define klogd_full_usage "\n\n" |
23 | //usage: "Kernel logger\n" | 23 | //usage: "Kernel logger\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: "\n -c N Print to console messages more urgent than prio N (1-8)" | 24 | //usage: "\n -c N Print to console messages more urgent than prio N (1-8)" |
26 | //usage: "\n -n Run in foreground" | 25 | //usage: "\n -n Run in foreground" |
27 | 26 | ||
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 0fabd97ca..5a7027731 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[OPTIONS] [MESSAGE]" | 11 | //usage: "[OPTIONS] [MESSAGE]" |
12 | //usage:#define logger_full_usage "\n\n" | 12 | //usage:#define logger_full_usage "\n\n" |
13 | //usage: "Write MESSAGE (or stdin) to syslog\n" | 13 | //usage: "Write MESSAGE (or stdin) to syslog\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -s Log to stderr as well as the system log" | 14 | //usage: "\n -s Log to stderr as well as the system log" |
16 | //usage: "\n -t TAG Log using the specified tag (defaults to user name)" | 15 | //usage: "\n -t TAG Log using the specified tag (defaults to user name)" |
17 | //usage: "\n -p PRIO Priority (numeric or facility.level pair)" | 16 | //usage: "\n -p PRIO Priority (numeric or facility.level pair)" |
diff --git a/sysklogd/logread.c b/sysklogd/logread.c index ae0b2194b..993956904 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: "[-f]" | 13 | //usage: "[-f]" |
14 | //usage:#define logread_full_usage "\n\n" | 14 | //usage:#define logread_full_usage "\n\n" |
15 | //usage: "Show messages in syslogd's circular buffer\n" | 15 | //usage: "Show messages in syslogd's circular buffer\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -f Output data as log grows" | 16 | //usage: "\n -f Output data as log grows" |
18 | 17 | ||
19 | #include "libbb.h" | 18 | #include "libbb.h" |
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index c5c2a2e86..2f0ca6ac5 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -20,7 +20,6 @@ | |||
20 | //usage: IF_NOT_FEATURE_SYSLOGD_CFG( | 20 | //usage: IF_NOT_FEATURE_SYSLOGD_CFG( |
21 | //usage: "(this version of syslogd ignores /etc/syslog.conf)\n" | 21 | //usage: "(this version of syslogd ignores /etc/syslog.conf)\n" |
22 | //usage: ) | 22 | //usage: ) |
23 | //usage: "\nOptions:" | ||
24 | //usage: "\n -n Run in foreground" | 23 | //usage: "\n -n Run in foreground" |
25 | //usage: "\n -O FILE Log to FILE (default:/var/log/messages)" | 24 | //usage: "\n -O FILE Log to FILE (default:/var/log/messages)" |
26 | //usage: "\n -l N Log only messages more urgent than prio N (1-8)" | 25 | //usage: "\n -l N Log only messages more urgent than prio N (1-8)" |