X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdaemon.man;h=4ab9823c3a7662513338c942f442f5c088c8ef30;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=7b07cb81d19f0bb330395fa83aa2045dcbf6abf8;hpb=a7ff9bd76312a7733168629d8e4e922d47b0ae46;p=sliver-openvswitch.git diff --git a/lib/daemon.man b/lib/daemon.man index 7b07cb81d..4ab9823c3 100644 --- a/lib/daemon.man +++ b/lib/daemon.man @@ -1,3 +1,4 @@ +The following options are valid on POSIX based platforms. .TP \fB\-\-pidfile\fR[\fB=\fIpidfile\fR] Causes a file (by default, \fB\*(PN.pid\fR) to be created indicating @@ -26,9 +27,10 @@ run as a background process. \*(DD \fB\-\-monitor\fR Creates an additional process to monitor the \fB\*(PN\fR daemon. If the daemon dies due to a signal that indicates a programming error -(e.g. \fBSIGSEGV\fR, \fBSIGABRT\fR), then the monitor process starts a -new copy of it. If the daemon die or exits for another reason, the -monitor process exits. +(\fBSIGABRT\fR, \fBSIGALRM\fR, \fBSIGBUS\fR, \fBSIGFPE\fR, +\fBSIGILL\fR, \fBSIGPIPE\fR, \fBSIGSEGV\fR, \fBSIGXCPU\fR, or +\fBSIGXFSZ\fR) then the monitor process starts a new copy of it. If +the daemon dies or exits for another reason, the monitor process exits. .IP This option is normally used with \fB\-\-detach\fR, but it also functions without it.