unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#24185: [PATCH] Fix typo about open-pipe
@ 2016-08-08 16:04 sirgazil
  2016-08-08 20:22 ` Andy Wingo
  0 siblings, 1 reply; 2+ messages in thread
From: sirgazil @ 2016-08-08 16:04 UTC (permalink / raw)
  To: 24185; +Cc: sirgazil

* 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-08 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08 16:04 bug#24185: [PATCH] Fix typo about open-pipe sirgazil
2016-08-08 20:22 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).