diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-07-03 15:50:50 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-07-03 15:50:50 +0000 |
commit | 2d0e823aa9f574fa0291f716c8a7e45bafe464d3 (patch) | |
tree | 521495c64670033ff46d04b655a2c34a3411aac8 /doc/s6-fdholderd.html | |
parent | 1d69f26f58e72ceaab5aeda7df874faf7b46a5f3 (diff) | |
download | s6-2d0e823aa9f574fa0291f716c8a7e45bafe464d3.tar.xz |
Update doc to reflect the removal of s6-fdholder-*c programs
Diffstat (limited to 'doc/s6-fdholderd.html')
-rw-r--r-- | doc/s6-fdholderd.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/s6-fdholderd.html b/doc/s6-fdholderd.html index 2c7e0d3..171b1c7 100644 --- a/doc/s6-fdholderd.html +++ b/doc/s6-fdholderd.html @@ -47,13 +47,13 @@ lost; if they need to be preserved, the admin should make sure to one operation, then disconnect. </li> <li> Possible operations include: <ul> - <li> <a href="s6-fdholder-storec.html">Storing a file descriptor</a> </li> - <li> <a href="s6-fdholder-retrievec.html">Retrieving a file descriptor</a> </li> - <li> <a href="s6-fdholder-deletec.html">Deleting a file descriptor</a> </li> - <li> <a href="s6-fdholder-listc.html">Listing stored file descriptor + <li> <a href="s6-fdholder-store.html">Storing a file descriptor</a> </li> + <li> <a href="s6-fdholder-retrieve.html">Retrieving a file descriptor</a> </li> + <li> <a href="s6-fdholder-delete.html">Deleting a file descriptor</a> </li> + <li> <a href="s6-fdholder-list.html">Listing stored file descriptor identifiers</a> </li> - <li> <a href="s6-fdholder-getdumpc.html">Getting the whole server state</a> </li> - <li> <a href="s6-fdholder-setdumpc.html">Setting the whole server state</a>, + <li> <a href="s6-fdholder-getdump.html">Getting the whole server state</a> </li> + <li> <a href="s6-fdholder-setdump.html">Setting the whole server state</a>, or more accurately adding a set of file descriptors to the already existing state </li> </ul> </li> @@ -117,12 +117,12 @@ changes in the filesystem are automatically picked up. </li> <ul> <li> Every file descriptor is stored in the s6-fdholderd daemon via the -<a href="s6-fdholder-storec.html">s6-fdholder-storec</a> program, with +<a href="s6-fdholder-store.html">s6-fdholder-store</a> program, with an <em>identifier</em>. That identifier is a zero-terminated character string, containing 1 to 255 characters. </li> <li> Any non-null character can be used in an identifier. Non-printable or special characters will be quoted when printed by -<a href="s6-fdholder-listc.html">s6-fdholder-listc</a>. However, it is +<a href="s6-fdholder-list.html">s6-fdholder-list</a>. However, it is recommended to only use reasonable characters in identifiers: clients should be able to know at a glance what file descriptor is represented by an identifier. Identifiers have no special meaning to the server. </li> |