summaryrefslogtreecommitdiff
path: root/doc/libs6
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-08-30 19:11:44 +0000
committerLaurent Bercot <ska@appnovation.com>2021-08-30 19:11:44 +0000
commit691c69e626e4ceb85567a5288348bd04378fd410 (patch)
tree9ae1c3f2c2984aafa2b9caf7987fe0011fcf6828 /doc/libs6
parent1719a60278cf36558b568349c0c9f9b5eb91c999 (diff)
downloads6-691c69e626e4ceb85567a5288348bd04378fd410.tar.xz
s6-svlink, s6-svunlink, .h changes
Renamed from s6-svdir-(un)link. Doc added. Full functionality added. Still need to be tested. Unrelated: .h names simplified. Signed-off-by: Laurent Bercot <ska@appnovation.com>
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