summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-05-07 15:45:06 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-05-07 15:45:06 +0000
commitdddcf8dbf1044ae33618a744d040d254cd784a8e (patch)
tree3a9a1ef3f132f904aca36f5e797061e59ae20d64
parentae7d46abf3d64f0f413277081f63ea52cf4ae40c (diff)
downloads6-dddcf8dbf1044ae33618a744d040d254cd784a8e.tar.xz
Doc typo fixes
-rw-r--r--doc/s6-fghack.html2
-rw-r--r--doc/s6-ftrig-wait.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-fghack.html b/doc/s6-fghack.html
index 6198177..3e41c51 100644
--- a/doc/s6-fghack.html
+++ b/doc/s6-fghack.html
@@ -33,7 +33,7 @@ s6-fghack is an anti-backgrounding tool.
<li> Then it forks and executes <em>prog...</em>. </li>
<li> If something gets written on one of those descriptors, it's a bug in <em>prog</em>.
s6-fghack then complains and exits 102. </li>
- <li> Unless <em>prog...</em> goes out of its way to close descriptors it does know about,
+ <li> Unless <em>prog...</em> goes out of its way to close descriptors it does not know about,
s6-fghack is able to detect when <em>prog...</em> exits. It exits with the same exit
code (or 111 if <em>prog...</em> has crashed). </li>
</ul>
diff --git a/doc/s6-ftrig-wait.html b/doc/s6-ftrig-wait.html
index 6a4aa2b..49a0f54 100644
--- a/doc/s6-ftrig-wait.html
+++ b/doc/s6-ftrig-wait.html
@@ -19,7 +19,7 @@
<h1> The s6-ftrig-wait program </h1>
<p>
-s6-ftrig-listen1 subscribes to a <a href="fifodir.html">fifodir</a> and
+s6-ftrig-wait subscribes to a <a href="fifodir.html">fifodir</a> and
waits for a pattern of events to occur on this fifodir.
</p>