summaryrefslogtreecommitdiff
path: root/doc/s6-pause.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-03-06 19:36:09 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-03-06 19:36:09 +0000
commit5d169a719b1614774a86b837b4bc9a7c41fa1110 (patch)
tree298e298f76ed1f2560c8d392b6a26bf7baa75143 /doc/s6-pause.html
parentc8edbcd86c1f4157e3998fb0d81c9a576b0f1f0a (diff)
downloads6-portable-utils-5d169a719b1614774a86b837b4bc9a7c41fa1110.tar.xz
- Added new options to s6-pausev2.0.4.0
- version: 2.0.4.0
Diffstat (limited to 'doc/s6-pause.html')
-rw-r--r--doc/s6-pause.html27
1 files changed, 21 insertions, 6 deletions
diff --git a/doc/s6-pause.html b/doc/s6-pause.html
index edb129f..3e0cbf8 100644
--- a/doc/s6-pause.html
+++ b/doc/s6-pause.html
@@ -24,16 +24,31 @@
<h2> Interface </h2>
<pre>
- s6-pause
+ s6-pause [ -t ] [ -h ] [ -a ] [ -q ] [ -b ] [ -i ] [ -p <em>signals</em> ]
</pre>
+<h2> Options </h2>
+
+<ul>
+ <li> <tt>-t</tt>&nbsp;: ignore SIGTERM </li>
+ <li> <tt>-h</tt>&nbsp;: ignore SIGHUP </li>
+ <li> <tt>-a</tt>&nbsp;: ignore SIGALRM </li>
+ <li> <tt>-q</tt>&nbsp;: ignore SIGQUIT </li>
+ <li> <tt>-b</tt>&nbsp;: ignore SIGABRT </li>
+ <li> <tt>-i</tt>&nbsp;: ignore SIGINT </li>
+ <li> <tt>-p&nbsp;<em>signals</em></tt>&nbsp;: ignore the signals
+listed in <em>signals</em>, which must be a comma-separated list of
+signal numbers. </li>
+</ul>
+
<h2> Usage notes </h2>
-<p>
- s6-pause is one of the smallest possible long-lived programs. It can be
-used to emulate a running service with the least possible resource
-consumption.
-</p>
+<ul>
+ <li> s6-pause is one of the smallest possible long-lived programs. It uses
+as few resources as the kernel will allow. </li>
+ <li> The options can be used to wait for a specific signal without being
+killed by others. </li>
+</ul>
</body>
</html>