diff options
author | Bill Nottingham <notting@redhat.com> | 2001-01-30 19:44:21 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-01-30 19:44:21 +0000 |
commit | bce860ff5542d3c373626b58f049094d38fd0e9f (patch) | |
tree | 9849e827694a6ee99e897db87ad0cd12880a6370 /src/initlog.1 | |
parent | 9311cf9d9ac9d477ab9efa8b7108c3a5cb5c021b (diff) | |
download | initscripts-bce860ff5542d3c373626b58f049094d38fd0e9f.tar initscripts-bce860ff5542d3c373626b58f049094d38fd0e9f.tar.gz initscripts-bce860ff5542d3c373626b58f049094d38fd0e9f.tar.bz2 initscripts-bce860ff5542d3c373626b58f049094d38fd0e9f.tar.xz initscripts-bce860ff5542d3c373626b58f049094d38fd0e9f.zip |
document -q
Diffstat (limited to 'src/initlog.1')
-rw-r--r-- | src/initlog.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/initlog.1 b/src/initlog.1 index f0c5c8cf..87eaf8d3 100644 --- a/src/initlog.1 +++ b/src/initlog.1 @@ -3,7 +3,7 @@ initlog \- log messages and events to the system logger .SH SYNOPSIS .B initlog -[\-cefnprs] [\-\-cmd=ARG] [\-\-event=ARG] [\-\-facility=ARG] +[\-cefnpqrs] [\-\-cmd=ARG] [\-\-event=ARG] [\-\-facility=ARG] [\-\-name=ARG] [\-\-priority=ARG] [\-\-run=ARG] [\-\-string=ARG] .SH DESCRIPTION \fBinitlog\fR logs messages and events to the system logger. @@ -54,6 +54,10 @@ Log the event under the specified string, such as Log at the specified syslog priority. The default is \fBnotice\fR (see syslog(3)). .TP +.I "\-q" +Do not print the program's output, unless it exits +with a non-zero exit code. +.TP .I "\-r, \-\-run=[program]" Execute the specified program, with an open file descriptor so that the program can pass back |