From 76e4960aa9b9badbd9caa376e303f9360ebb7ccd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 18 Dec 2014 23:30:55 +0000 Subject: Documentation fixes --- doc/libstddjb/djbunix.html | 2 +- doc/libstddjb/genwrite.html | 2 +- doc/libstddjb/iopause.html | 2 +- doc/libstddjb/safewrappers.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/libstddjb') diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html index 37235c1..02f8624 100644 --- a/doc/libstddjb/djbunix.html +++ b/doc/libstddjb/djbunix.html @@ -465,7 +465,7 @@ The parent's end of the pipe will be stored in *fd.

- pid_t child_spawn1_socket (char const *file, char const *const *argv, char const *const *envp, int *fd) + pid_t child_spawn1_socket (char const *file, char const *const *argv, char const *const *envp, int *fd)
Like child_spawn0, except that a socket is created between the parent and the child. Both the child's stdin and stdout point to the socket; the parent has its end of the socket available in *fd. diff --git a/doc/libstddjb/genwrite.html b/doc/libstddjb/genwrite.html index 33ff4d3..3bf6fd8 100644 --- a/doc/libstddjb/genwrite.html +++ b/doc/libstddjb/genwrite.html @@ -46,7 +46,7 @@ stuff to the target without flushing it (which can be genwrite_put_stralloc, genwrite_put_buffer, genwrite_put_bufalloc or any compatible user-defined function) in .put, a pointer to a function -that flushes the target (which can be genwrite_flush_stralloc, +that flushes the target (which can be genwrite_flush_stralloc, genwrite_flush_buffer, genwrite_flush_bufalloc or any compatible user-defined function) in .flush, and a pointer to the target writing structure in .target. diff --git a/doc/libstddjb/iopause.html b/doc/libstddjb/iopause.html index 72eedde..da6ff48 100644 --- a/doc/libstddjb/iopause.html +++ b/doc/libstddjb/iopause.html @@ -188,7 +188,7 @@ if it is available; but if it is not, then iopause_poll defaults to which has a more comfortable API than select(), but a maximum precision of 1 millisecond which might not be enough for some applications; whereas -iopause_select defaults to select(), which incurs some CPU overhead for the +iopause_select defaults to select(), which incurs some CPU overhead for the API conversion, but has a 1 microsecond precision.

diff --git a/doc/libstddjb/safewrappers.html b/doc/libstddjb/safewrappers.html index 37d2425..da8608b 100644 --- a/doc/libstddjb/safewrappers.html +++ b/doc/libstddjb/safewrappers.html @@ -70,7 +70,7 @@ signal is caught. And that means SA_RESTART should not be used.

- Which means that other system calls performed when the signal handler has + Which also means that other system calls performed when the signal handler has been installed, for instance in the body of the loop, will not be protected, and can return -1 EINTR if a signal is caught at the wrong time.

-- cgit v1.2.3