GNU bug report logs - #24185
[PATCH] Fix typo about open-pipe

Previous Next

Package: guile;

Reported by: sirgazil <felipe.lopez <at> openmailbox.org>

Date: Mon, 8 Aug 2016 15:58:01 UTC

Severity: normal

Tags: patch

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: sirgazil <felipe.lopez <at> openmailbox.org>
To: 24185 <at> debbugs.gnu.org
Cc: sirgazil <felipe.lopez <at> openmailbox.org>
Subject: bug#24185: [PATCH] Fix typo about open-pipe
Date: Mon,  8 Aug 2016 11:04:03 -0500
* doc/ref/posix.texi (Pipes): Fix typo.
---
 doc/ref/posix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi
index 5ca9402..7383278 100644
--- a/doc/ref/posix.texi
+++ b/doc/ref/posix.texi
@@ -2286,7 +2286,7 @@ For an input pipe, the child's standard output is the pipe and
 standard input is inherited from @code{current-input-port}.  For an
 output pipe, the child's standard input is the pipe and standard
 output is inherited from @code{current-output-port}.  In all cases
-cases the child's standard error is inherited from
+the child's standard error is inherited from
 @code{current-error-port} (@pxref{Default Ports}).
 
 If those @code{current-X-ports} are not files of some kind, and hence
-- 
2.1.4





This bug report was last modified 8 years and 285 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.