diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-18 23:30:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-18 23:30:55 +0000 |
commit | 76e4960aa9b9badbd9caa376e303f9360ebb7ccd (patch) | |
tree | 374eb4611aaaa3af6110a447aa1773b01ee021cf /doc/libstddjb/djbunix.html | |
parent | a46c6ca31cfd61d25fb3579807e3405764bcec72 (diff) | |
download | skalibs-76e4960aa9b9badbd9caa376e303f9360ebb7ccd.tar.xz |
Documentation fixes
Diffstat (limited to 'doc/libstddjb/djbunix.html')
-rw-r--r-- | doc/libstddjb/djbunix.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 *<em>fd</em>. </p> <p> -<code> pid_t child_spawn1_socket (char const *file, char const *const *argv, char const *const *envp, int *fd) +<code> pid_t child_spawn1_socket (char const *file, char const *const *argv, char const *const *envp, int *fd) </code> <br /> Like <tt>child_spawn0</tt>, 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 *<em>fd</em>. |