X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdaemon.man;h=00de1a31616ce92416f7e34c1281ec3384eb8461;hb=d578065e7d9dd70ca6a81ddbc5e4ecb763d1152e;hp=7b07cb81d19f0bb330395fa83aa2045dcbf6abf8;hpb=a7ff9bd76312a7733168629d8e4e922d47b0ae46;p=sliver-openvswitch.git diff --git a/lib/daemon.man b/lib/daemon.man index 7b07cb81d..00de1a316 100644 --- a/lib/daemon.man +++ b/lib/daemon.man @@ -26,9 +26,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.