summaryrefslogtreecommitdiff
path: root/doc/libs6
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libs6')
-rw-r--r--doc/libs6/fdholder.html (renamed from doc/libs6/s6-fdholder.html)6
-rw-r--r--doc/libs6/index.html4
-rw-r--r--doc/libs6/lock.html (renamed from doc/libs6/s6lock.html)2
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/libs6/s6-fdholder.html b/doc/libs6/fdholder.html
index 4a2fb25..c874805 100644
--- a/doc/libs6/s6-fdholder.html
+++ b/doc/libs6/fdholder.html
@@ -17,10 +17,10 @@
<a href="//skarnet.org/">skarnet.org</a>
</p>
-<h1> The <tt>s6-fdholder</tt> library interface </h1>
+<h1> The <tt>fdholder</tt> library interface </h1>
<p>
- The <tt>s6-fdholder</tt> library provides an API for clients
+ The <tt>fdholder</tt> library provides an API for clients
wanting to communicate with a
<a href="../s6-fdholderd.html">s6-fdholderd</a> daemon.
</p>
@@ -28,7 +28,7 @@ wanting to communicate with a
<h2> Programming </h2>
<p>
- Check the <tt>s6/s6-fdholder.h</tt> header for the
+ Check the <tt>s6/fdholder.h</tt> header for the
exact function prototypes.
</p>
diff --git a/doc/libs6/index.html b/doc/libs6/index.html
index 2f93493..1db2e5e 100644
--- a/doc/libs6/index.html
+++ b/doc/libs6/index.html
@@ -65,9 +65,9 @@ provides functions to check credentials against configuration files. </li>
functions to subscribe to fifodirs and be notified of events. </li>
<li> The <a href="ftrigw.html">s6/ftrigw.h</a> header provides
functions to manage fifodirs and send notifications to them. </li>
- <li> The <a href="s6lock.html">s6/s6lock.h</a> header provides
+ <li> The <a href="lock.html">s6/lock.h</a> header provides
functions to acquire locks with a timeout. </li>
- <li> The <a href="s6-fdholder.html">s6/s6-fdholder.h</a> header provides
+ <li> The <a href="fdholder.html">s6/fdholder.h</a> header provides
functions to communicate with a
<a href="../s6-fdholderd.html">s6-fdholderd</a> server and exchange
file descriptors with it. </li>
diff --git a/doc/libs6/s6lock.html b/doc/libs6/lock.html
index 049ed44..1cc896d 100644
--- a/doc/libs6/s6lock.html
+++ b/doc/libs6/lock.html
@@ -31,7 +31,7 @@ poll-free locks that can timeout during attempted acquisition.
<h2> Programming </h2>
<ul>
- <li> Check the <tt>s6/s6lock.h</tt> header
+ <li> Check the <tt>s6/lock.h</tt> header
for the prototypes. The functions documented here are
often simplified macros, for instance relying on the STAMP global variable
to hold the current time. Fully reentrant functions with more control