Kaydet (Commit) 4b11f2b6 authored tarafından Fred Drake's avatar Fred Drake

Typo: bites --> bytes

üst 3a2611ff
......@@ -124,7 +124,7 @@ When reading output from a child process that writes a lot of data to
standard error while the parent is reading from the child's standard
out, a dead lock can occur. A similar situation can occur with other
combinations of reads and writes. The essential factors are that more
than \constant{_PC_PIPE_BUF} bites are being written by one process in
than \constant{_PC_PIPE_BUF} bytes are being written by one process in
a blocking fashion, while the other process is reading from the other
process, also in a blocking fashion.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment