s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 2260cd91b8b68e7ba1eeef4067b42d3b5c93d597
parent 2780b6ea7bf7f2343ed3e9da1ab8bdd01d3c0ee3
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sat, 18 Sep 2021 23:21:44 +0000

 Doc fixes

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Mdoc/index.html | 4++--
Mdoc/libs6/fdholder.html | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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 @@ -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, &amp;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>