summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-10-06 19:40:34 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-10-06 19:40:34 +0000
commit3a973913ebd15a1fa34b210f8e2b1606d1672fa4 (patch)
treea51537d9e690ff9cc10da86036fd88da0f08d6de
parentda42d10de58a20107e72e78f540fda640f25007a (diff)
downloads6-linux-init-3a973913ebd15a1fa34b210f8e2b1606d1672fa4.tar.xz
Correctly document that fifo is internal, not API
-rw-r--r--doc/s6-linux-init-shutdownd.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/s6-linux-init-shutdownd.html b/doc/s6-linux-init-shutdownd.html
index 8889a9e..ce03543 100644
--- a/doc/s6-linux-init-shutdownd.html
+++ b/doc/s6-linux-init-shutdownd.html
@@ -27,14 +27,15 @@ directly by the user.
<h2> Interface </h2>
<pre>
- s6-linux-init-shutdownd [ -c <em>basedir</em> ] [ -g <em>gracetime</em> ] <em>fifo</em>
+ s6-linux-init-shutdownd [ -c <em>basedir</em> ] [ -g <em>gracetime</em> ]
</pre>
<ul>
- <li> <tt>s6-linux-init-shutdownd</tt> opens the <em>fifo</em> named pipe
-and listens to it. This is where programs such as
+ <li> <tt>s6-linux-init-shutdownd</tt> opens a named pipe in its current
+directory and listens to it. This fifo has a fixed, internal, name: this is
+a rendezvous point where programs such as
<a href="s6-linux-init-shutdown.html">s6-linux-init-shutdown</a> send their
-commands when they are told to trigger the shutdown procedure.</li>
+commands when they are told to trigger the shutdown procedure. </li>
<li> When it receives a command to shut down, <tt>s6-linux-init-shutdownd</tt>
first spawns the <em>rc.shutdown</em> script defined by the
<a href="s6-linux-init-maker.html">s6-linux-init-maker</a> invocation that