From 76e4960aa9b9badbd9caa376e303f9360ebb7ccd Mon Sep 17 00:00:00 2001
From: Laurent Bercot
- 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.
- 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