summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-04-05 11:06:40 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-04-05 11:06:40 +0000
commit52369d0201cc941d9ae229960eb61a23c6282b99 (patch)
tree19a81d9ba6297b31b67760940b4f4bbd3f7917e0 /doc
parentae97e8065a0e3be60d16c0d9e158afc697aa94e5 (diff)
downloads6-52369d0201cc941d9ae229960eb61a23c6282b99.tar.xz
doc typo fix
Diffstat (limited to 'doc')
-rw-r--r--doc/s6-permafailon.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-permafailon.html b/doc/s6-permafailon.html
index f749d5f..6797f46 100644
--- a/doc/s6-permafailon.html
+++ b/doc/s6-permafailon.html
@@ -88,7 +88,7 @@ command. </li>
<h2> Example </h2>
<p>
- <tt>s6-permafailon 60 5 1,101-103,SIGSEGV,SIBBUS <em>prog...</em></tt>
+ <tt>s6-permafailon 60 5 1,101-103,SIGSEGV,SIGBUS <em>prog...</em></tt>
will exit 125 if the service has died 5 times in the last 60 seconds with
an exit code of 1, 101, 102 or 103, a SIGSEGV or a SIGBUS. Else it will
chainload into the <em>prog...</em> command line.