From 2260cd91b8b68e7ba1eeef4067b42d3b5c93d597 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 18 Sep 2021 23:21:44 +0000 Subject: Doc fixes Signed-off-by: Laurent Bercot --- doc/index.html | 4 ++-- 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.
  • s6/s6.h, the main entry point
  • The ftrigw library interface
  • The ftrigr library interface
  • -
  • The s6lock library interface
  • +
  • The s6lock library interface
  • The accessrules library interface
  • -
  • The s6-fdholder library interface
  • +
  • The s6-fdholder library interface
  • Definitions

    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.

    The src/fdholder/s6-fdholder-*.c files in the s6 package, -for instance, illustrate how to use the s6-fdholder library. +for instance, illustrate how to use the fdholder library.

    Synchronous functions with a specified maximum execution time

    @@ -206,7 +206,7 @@ of s6_fdholder_fd_t. genalloc_len(s6_fdholder_fd_t, &dump) is the number of elements in the array. A s6_fdholder_fd_t contains at least a descriptor number, an identifier, and an expiration date, see the -s6/s6-fdholder.h header file. +s6/fdholder.h header file.

    Writing a dump

    -- cgit v1.3.1