summaryrefslogtreecommitdiff
path: root/doc/s6-ftrig-wait.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-09-16 12:04:55 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-09-16 12:04:55 +0000
commitb0fe68c13b04af8c098d53ea999bba6b7395163d (patch)
tree298bab9f755edd10f4fd09c22beadb89f05f1be3 /doc/s6-ftrig-wait.html
parent997b02adcc8384906339ea81ece5ba7244f3ef60 (diff)
downloads6-b0fe68c13b04af8c098d53ea999bba6b7395163d.tar.xz
Documentation fixes, by flexibeast
Diffstat (limited to 'doc/s6-ftrig-wait.html')
-rw-r--r--doc/s6-ftrig-wait.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-ftrig-wait.html b/doc/s6-ftrig-wait.html
index daacfb2..fe7e585 100644
--- a/doc/s6-ftrig-wait.html
+++ b/doc/s6-ftrig-wait.html
@@ -33,8 +33,8 @@ waits for a pattern of events to occur on this fifodir.
<li> s6-ftrig-wait subscribes to <em>fifodir</em> </li>
<li> It waits for the series of events received on <em>fifodir</em>
to match <em>regexp</em>. <em>regexp</em> must be an
-<a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04">extended
-regular expression</a>. </li>
+<a href="https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04">Extended
+Regular Expression</a>. </li>
<li> When the series of read events matches <em>regexp</em>,
s6-ftrig-wait prints the last event it received (one byte) to stdout,
then exits 0. </li>