1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Fix typo about open-pipe

* doc/ref/posix.texi (Pipes): Fix typo.
This commit is contained in:
sirgazil 2016-08-08 11:04:03 -05:00 committed by Andy Wingo
parent b434ea36d3
commit 8f2f8db10b

View file

@ -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