mirror of
https://github.com/boostorg/process.git
synced 2026-01-19 04:22:15 +00:00
doc: fix typo in stdio
This commit is contained in:
committed by
Klemens Morgenstern
parent
a2d2753aa8
commit
b781b49a97
@@ -16,7 +16,7 @@ automatically connected and the other side will get assigned to the child proces
|
||||
include::../example/stdio.cpp[tag=readable_pipe]
|
||||
----
|
||||
|
||||
readable pipes can be assigned to `out` an `err`, while writable_pipes can be assigned to `in`.
|
||||
readable pipes can be assigned to `out` and `err`, while writable_pipes can be assigned to `in`.
|
||||
|
||||
== `FILE*`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user