summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-07-24 04:49:43 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-07-24 04:49:43 +0000
commit167662aa3dff7fb0714f62f76720de4383d1d1d7 (patch)
treee9ea41fe917cf148b72b8913d1e364b2fe9cc6b4
parent3f199e43b69230ef9ea58ac51a4dab524f1c83f4 (diff)
downloads6-167662aa3dff7fb0714f62f76720de4383d1d1d7.tar.xz
Apply Guillermo's fixes to doc and examples
-rw-r--r--doc/s6-ipcclient.html2
-rw-r--r--doc/s6-ipcserverd.html2
-rwxr-xr-xexamples/s6-svscanboot15
3 files changed, 10 insertions, 9 deletions
diff --git a/doc/s6-ipcclient.html b/doc/s6-ipcclient.html
index 6f0aae3..50c4d46 100644
--- a/doc/s6-ipcclient.html
+++ b/doc/s6-ipcclient.html
@@ -68,7 +68,7 @@ as the value of the IPCLOCALPATH environment variable. </li>
<li> s6-ipcclient is mostly used to connect a client to a
<a href="localservice.html">local service</a> without having
to implement networking in the client. For instance, the
-<a href="s6-sudo">s6-sudo</a> program does this. </li>
+<a href="s6-sudo.html">s6-sudo</a> program does this. </li>
</ul>
</body>
diff --git a/doc/s6-ipcserverd.html b/doc/s6-ipcserverd.html
index c97c4ba..4cf7505 100644
--- a/doc/s6-ipcserverd.html
+++ b/doc/s6-ipcserverd.html
@@ -67,7 +67,7 @@ the same user (i.e. same uid) </li>
<p>
If client credentials lookup has been disabled, IPCREMOTEEUID and
-IPCREMOTEEUID will be set, but empty.
+IPCREMOTEEGID will be set, but empty.
</p>
diff --git a/examples/s6-svscanboot b/examples/s6-svscanboot
index d5ae2a3..adabb1a 100755
--- a/examples/s6-svscanboot
+++ b/examples/s6-svscanboot
@@ -1,9 +1,10 @@
#!/command/execlineb -P
-s6-envdir -I /service/.s6-svscan/env
-s6-setsid -qb
-redirfd -r 0 /dev/null
-redirfd -wnb 1 /service/s6-svscan-log/fifo
-fdmove -c 2 1
-exec -c -a s6-svscan
-s6-svscan -t0 /service
+/command/exec -c
+/command/s6-envdir -I /service/.s6-svscan/env
+/command/s6-setsid -qb
+/command/redirfd -r 0 /dev/null
+/command/redirfd -wnb 1 /service/s6-svscan-log/fifo
+/command/fdmove -c 2 1
+/command/exec -a s6-svscan
+/command/s6-svscan -t0 /service