mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix typo about open-pipe
* doc/ref/posix.texi (Pipes): Fix typo.
This commit is contained in:
parent
b434ea36d3
commit
8f2f8db10b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue