summaryrefslogtreecommitdiffstats
path: root/lib/pipe.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-12-10 12:56:00 +0000
committerBruno Haible <bruno@clisp.org>2009-06-21 23:36:50 +0200
commitb1a9c6b384b2fa06cc6c6a8b4a21ecb52003bfee (patch)
tree5e469cf76d677cb9e11cce9755fb8841abc9924e /lib/pipe.h
parent2a500dbb7cb740301b109534b219c9692fd9add3 (diff)
downloadexternal_gettext-b1a9c6b384b2fa06cc6c6a8b4a21ecb52003bfee.zip
external_gettext-b1a9c6b384b2fa06cc6c6a8b4a21ecb52003bfee.tar.gz
external_gettext-b1a9c6b384b2fa06cc6c6a8b4a21ecb52003bfee.tar.bz2
Allow the caller of create_pipe_* to specify no redirection.
Diffstat (limited to 'lib/pipe.h')
-rw-r--r--lib/pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pipe.h b/lib/pipe.h
index c972950..528a3c2 100644
--- a/lib/pipe.h
+++ b/lib/pipe.h
@@ -60,7 +60,7 @@ extern pid_t create_pipe_out PARAMS ((const char *progname,
int fd[1]));
/* Open a pipe for input from a child process.
- * The child's stdin comes to a file.
+ * The child's stdin comes from a file.
*
* read system write
* parent <- fd[0] <- STDOUT_FILENO <- child