mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
doc: add syslog options to salvageserver man page
Add the missing -syslog and -syslogfacility options to the salvageserver man page. Reviewed-on: http://gerrit.openafs.org/11816 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> (cherry picked from commit e4bae29efc3d370d1eaf6d954c63c324094c48e5) Change-Id: I7501b801a49219a1a47d98516426661ad32a8102 Reviewed-on: http://gerrit.openafs.org/12112 Reviewed-by: Mark Vitale <mvitale@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
This commit is contained in:
parent
e3f17f7944
commit
a456e0af43
@ -15,6 +15,8 @@ B<salvageserver> [I<initcmd>] S<<< [B<-partition> <I<name of partition to salvag
|
|||||||
S<<< [B<-tmpdir> <I<name of dir to place tmp files>>] >>>
|
S<<< [B<-tmpdir> <I<name of dir to place tmp files>>] >>>
|
||||||
[B<-showlog>] [B<-showsuid>] [B<-showmounts>]
|
[B<-showlog>] [B<-showsuid>] [B<-showmounts>]
|
||||||
S<<< [B<-orphans> (ignore | remove | attach)] >>>
|
S<<< [B<-orphans> (ignore | remove | attach)] >>>
|
||||||
|
[B<-syslog>]
|
||||||
|
S<<< [B<-syslogfacility> <I<Syslog facility number to use>>] >>>
|
||||||
[B<-client>] [B<-help>]
|
[B<-client>] [B<-help>]
|
||||||
|
|
||||||
=for html
|
=for html
|
||||||
@ -285,6 +287,15 @@ directory.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
=item B<-syslog>
|
||||||
|
|
||||||
|
Specifies that logging output should go to syslog instead of the log file.
|
||||||
|
|
||||||
|
=item B<-syslogfacility> <I<Syslog facility number to use>>
|
||||||
|
|
||||||
|
Specify to which facility log messages should be sent when B<-syslog> is
|
||||||
|
given.
|
||||||
|
|
||||||
=item B<-client>
|
=item B<-client>
|
||||||
|
|
||||||
Salvageserver runs in client Mode. The requested volume on the requested
|
Salvageserver runs in client Mode. The requested volume on the requested
|
||||||
|
Loading…
x
Reference in New Issue
Block a user