From e3525a23b67a60c0b48b9d9f3599f041512aca7e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 30 Mar 2001 17:16:42 +0000 Subject: document -q --- src/initlog.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit