diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-09-18 23:21:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-09-18 23:21:44 +0000 |
commit | 2260cd91b8b68e7ba1eeef4067b42d3b5c93d597 (patch) | |
tree | b0b5c628f73c9580de51ecb1492e8a21dbcd2bff /doc | |
parent | 2780b6ea7bf7f2343ed3e9da1ab8bdd01d3c0ee3 (diff) | |
download | s6-2260cd91b8b68e7ba1eeef4067b42d3b5c93d597.tar.xz |
Doc fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/libs6/fdholder.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index ef0d786..54a076a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -301,9 +301,9 @@ synchronization</a>. <li><a href="libs6/"><tt>s6/s6.h</tt>, the main entry point</a></li> <li><a href="libs6/ftrigw.html">The <tt>ftrigw</tt> library interface</a></li> <li><a href="libs6/ftrigr.html">The <tt>ftrigr</tt> library interface</a></li> -<li><a href="libs6/s6lock.html">The <tt>s6lock</tt> library interface</a></li> +<li><a href="libs6/lock.html">The <tt>s6lock</tt> library interface</a></li> <li><a href="libs6/accessrules.html">The <tt>accessrules</tt> library interface</a></li> -<li><a href="libs6/s6-fdholder.html">The <tt>s6-fdholder</tt> library interface</a></li> +<li><a href="libs6/fdholder.html">The <tt>s6-fdholder</tt> library interface</a></li> </ul> <h3> Definitions </h3> diff --git a/doc/libs6/fdholder.html b/doc/libs6/fdholder.html index c874805..e8135bb 100644 --- a/doc/libs6/fdholder.html +++ b/doc/libs6/fdholder.html @@ -36,7 +36,7 @@ exact function prototypes. <p> The <tt>src/fdholder/s6-fdholder-*.c</tt> files in the s6 package, -for instance, illustrate how to use the s6-fdholder library. +for instance, illustrate how to use the fdholder library. </p> <h3> Synchronous functions with a specified maximum execution time </h3> @@ -206,7 +206,7 @@ of <tt>s6_fdholder_fd_t</tt>. <tt>genalloc_len(s6_fdholder_fd_t, &dump)</tt> is the number of elements in the array. A <tt>s6_fdholder_fd_t</tt> contains at least a descriptor number, an identifier, and an expiration date, see the -<tt>s6/s6-fdholder.h</tt> header file. +<tt>s6/fdholder.h</tt> header file. </p> <h3> Writing a dump </h3> |