diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-26 22:26:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-26 22:26:57 +0000 |
commit | 8bffa1c19fd05f4f04dad4b5b98f85b94f23113c (patch) | |
tree | f4e25c3cdb7118db02a06c85b7862107a2074ba4 /doc/libs6/index.html | |
parent | 49cb17940e403431566dc7b5a312624f14eb25d0 (diff) | |
download | s6-8bffa1c19fd05f4f04dad4b5b98f85b94f23113c.tar.xz |
- added s6-fdholder-delete(c)
- small s6-fdholder-* fixes
- s6-fdholder documentation (in review)
- s6_svstatus_* bugfix (thanks Olivier Brunel)
Diffstat (limited to 'doc/libs6/index.html')
-rw-r--r-- | doc/libs6/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/libs6/index.html b/doc/libs6/index.html index 9fe7e65..aa7b78a 100644 --- a/doc/libs6/index.html +++ b/doc/libs6/index.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Language" content="en" /> <title>s6: the s6 library interface</title> <meta name="Description" content="s6: the s6 library interface" /> - <meta name="Keywords" content="s6 s6 libs6 library libs6net" /> + <meta name="Keywords" content="s6 s6 libs6 library" /> <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> --> </head> <body> @@ -66,6 +66,10 @@ functions to subscribe to fifodirs and be notified of events. </li> functions to manage fifodirs and send notifications to them. </li> <li> The <a href="s6lock.html">s6/s6lock.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 +functions to communicate with a +<a href="../s6-fdholderd.html">s6-fdholderd</a> server and exchange +file descriptors with it. </li> </ul> </body> |