From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Kent Subject: Re: [patch] make documentation for set-log-priority clearer Date: Thu, 12 Nov 2009 09:37:50 +0800 Message-ID: <4AFB66EE.4080008@themaw.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: Jeff Moyer Cc: autofs@linux.kernel.org Jeff Moyer wrote: > Hi, > > It is not apparent from the documentation of the --set-log-priority > option that the option can be used to change the log priority of the > damon while it is running. This patch tries to fix that. Thanks Jeff. This is now in the patch set that will be committed next time I do a commit. > > Cheers, > Jeff > > Signed-off-by: Jeff Moyer > > diff --git a/man/automount.8 b/man/automount.8 > index 9fcaaf4..d9a45c2 100644 > --- a/man/automount.8 > +++ b/man/automount.8 > @@ -77,7 +77,9 @@ changes. For example, if verbose logging is set in the configuration then > attempting to set logging to basic logging, by using alert, crit, err > or emerg won't stop the verbose logging. However, setting logging to debug > will lead to everything (debug logging) being logged witch can then also > -be disabled, returning the daemon to verbose logging. > +be disabled, returning the daemon to verbose logging. This option can be > +specified to change the logging priority of an already running automount > +process. > .P > The \fIpath\fP argument corresponds to the automounted > path name as specified in the master map.