From 2d0e823aa9f574fa0291f716c8a7e45bafe464d3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 3 Jul 2019 15:50:50 +0000 Subject: Update doc to reflect the removal of s6-fdholder-*c programs --- doc/libs6/s6-fdholder.html | 3 +- doc/s6-fdholder-delete.html | 35 ++++++++------ doc/s6-fdholder-deletec.html | 64 ------------------------- doc/s6-fdholder-getdump.html | 64 +++++++++++++++++-------- doc/s6-fdholder-getdumpc.html | 96 -------------------------------------- doc/s6-fdholder-list.html | 25 +++++++--- doc/s6-fdholder-listc.html | 69 --------------------------- doc/s6-fdholder-retrieve.html | 41 ++++++++-------- doc/s6-fdholder-retrievec.html | 69 --------------------------- doc/s6-fdholder-setdump.html | 30 +++++++----- doc/s6-fdholder-setdumpc.html | 67 -------------------------- doc/s6-fdholder-store.html | 32 +++++++------ doc/s6-fdholder-storec.html | 69 --------------------------- doc/s6-fdholder-transferdump.html | 47 +++++++++++++++---- doc/s6-fdholder-transferdumpc.html | 84 --------------------------------- doc/s6-fdholderd.html | 16 +++---- doc/upgrade.html | 2 +- 17 files changed, 188 insertions(+), 625 deletions(-) delete mode 100644 doc/s6-fdholder-deletec.html delete mode 100644 doc/s6-fdholder-getdumpc.html delete mode 100644 doc/s6-fdholder-listc.html delete mode 100644 doc/s6-fdholder-retrievec.html delete mode 100644 doc/s6-fdholder-setdumpc.html delete mode 100644 doc/s6-fdholder-storec.html delete mode 100644 doc/s6-fdholder-transferdumpc.html diff --git a/doc/libs6/s6-fdholder.html b/doc/libs6/s6-fdholder.html index 0a2413b..6aabe39 100644 --- a/doc/libs6/s6-fdholder.html +++ b/doc/libs6/s6-fdholder.html @@ -35,11 +35,10 @@ exact function prototypes.

A programming example

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

-

Synchronous functions with a specified maximum execution time

diff --git a/doc/s6-fdholder-delete.html b/doc/s6-fdholder-delete.html index 7809ca2..89e29c7 100644 --- a/doc/s6-fdholder-delete.html +++ b/doc/s6-fdholder-delete.html @@ -32,18 +32,11 @@ daemon storage.

Options

@@ -56,6 +49,18 @@ only here to protect users against programming errors (connecting to the wrong socket, for instance). +

Exit codes

+ + +

Usage example

@@ -63,9 +68,9 @@ wrong socket, for instance). 
 

- will tell a -s6-fdholderd daemon listening on the /service/fdholderd/s -socket to close the filedescriptor identified as MYSOCKET. +will tell a s6-fdholderd daemon listening on the +/service/fdholderd/s socket to close the file descriptor +dentified as MYSOCKET.

diff --git a/doc/s6-fdholder-deletec.html b/doc/s6-fdholder-deletec.html deleted file mode 100644 index 3bc5a8a..0000000 --- a/doc/s6-fdholder-deletec.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - s6: the s6-fdholder-deletec program - - - - - - -

-s6
-Software
-skarnet.org -

- -

The s6-fdholder-deletec program

- -

-s6-fdholder-deletec talks to a -fd-holding daemon on its open -descriptors 6 and 7, and tells it to close a file descriptor -it's currently holding. -

- -

Interface

- -
-     s6-fdholder-deletec [ -t timeout ] id
-
- - - -

Options

- - - -

Notes

- - - - - diff --git a/doc/s6-fdholder-getdump.html b/doc/s6-fdholder-getdump.html index d715cf6..46bb2b6 100644 --- a/doc/s6-fdholder-getdump.html +++ b/doc/s6-fdholder-getdump.html @@ -34,16 +34,13 @@ environment.

Options

@@ -56,6 +53,43 @@ only here to protect users against programming errors (connecting to the wrong socket, for instance). +

Exit codes

+ + + +

Environment format

+ +

+ prog... is executed with the following environment variables +set: +

+ + +

Usage example

@@ -73,16 +107,6 @@ program does the same thing more efficiently.
 

Notes

Options

+

Exit codes

+ + + diff --git a/doc/s6-fdholder-listc.html b/doc/s6-fdholder-listc.html deleted file mode 100644 index 981a8d7..0000000 --- a/doc/s6-fdholder-listc.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - s6: the s6-fdholder-listc program - - - - - - -

-s6
-Software
-skarnet.org -

- -

The s6-fdholder-listc program

- -

-s6-fdholder-listc talks to a -fd-holding daemon on its open -descriptors 6 and 7. It prints on stdout the list of identifiers -of all the fd currently held by the daemon, one per line. -

- -

Interface

- -
-     s6-fdholder-listc [ -t timeout ]
-
- - - -

Options

- - - -

Notes

- - - - - diff --git a/doc/s6-fdholder-retrieve.html b/doc/s6-fdholder-retrieve.html index 821a949..a58d64e 100644 --- a/doc/s6-fdholder-retrieve.html +++ b/doc/s6-fdholder-retrieve.html @@ -33,18 +33,13 @@ program's standard input.

Options

@@ -61,6 +56,18 @@ only here to protect users against programming errors (connecting to the wrong socket, for instance). +

Exit codes

+ + +

Usage example

@@ -80,19 +87,11 @@ connection.
 

Notes

diff --git a/doc/s6-fdholder-retrievec.html b/doc/s6-fdholder-retrievec.html deleted file mode 100644 index cd49b1b..0000000 --- a/doc/s6-fdholder-retrievec.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - s6: the s6-fdholder-retrievec program - - - - - - -

-s6
-Software
-skarnet.org -

- -

The s6-fdholder-retrievec program

- -

-s6-fdholder-retrievec talks to a -fd-holding daemon on its open -descriptors 6 and 7, and retrieves a file descriptor from it, -then executes a program. -

- -

Interface

- -
-     s6-fdholder-retrievec [ -D ] [ -t timeout ] id prog...
-
- - - -

Options

- - - -

Notes

- - - - - diff --git a/doc/s6-fdholder-setdump.html b/doc/s6-fdholder-setdump.html index 2baafd0..f5c30e9 100644 --- a/doc/s6-fdholder-setdump.html +++ b/doc/s6-fdholder-setdump.html @@ -32,15 +32,11 @@ that daemon.

Options

@@ -53,14 +49,26 @@ only here to protect users against programming errors (connecting to the wrong socket, for instance). +

Exit codes

+ + +

Notes

+

Exit codes

+ + + +

Notes

+ + + diff --git a/doc/s6-fdholder-transferdumpc.html b/doc/s6-fdholder-transferdumpc.html deleted file mode 100644 index 3f1cc22..0000000 --- a/doc/s6-fdholder-transferdumpc.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - s6: the s6-fdholder-transferdumpc program - - - - - - -

-s6
-Software
-skarnet.org -

- -

The s6-fdholder-transferdumpc program

- -

-s6-fdholder-transferdumpc talks to two -fd-holding daemons: the source of the -transfer on its -standard input, and the destination of the transfer on its standard output, -both being -open Unix domain sockets. It retrieves the entire storage state of -the source daemon and dumps it into the destination daemon. -

- -

Interface

- -
-     s6-fdholder-transferdumpc [ -t timeoutfrom ] [ -T timeoutto ]
-
- - - -

Options

- - - -

Notes

- - - - - 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.
  • Possible operations include:
  • @@ -117,12 +117,12 @@ changes in the filesystem are automatically picked up.

    in 2.1.0.1

    -- cgit v1.2.3