diff options
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> |