mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
manual/io: Fix swapped reading and writing phrase.
Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
443c10018c
commit
7765034db2
@ -59,7 +59,7 @@ the actual read or write operations, to tell them which file to operate
|
||||
on. Certain functions expect streams, and others are designed to
|
||||
operate on file descriptors.
|
||||
|
||||
When you have finished reading to or writing from the file, you can
|
||||
When you have finished reading from or writing to the file, you can
|
||||
terminate the connection by @dfn{closing} the file. Once you have
|
||||
closed a stream or file descriptor, you cannot do any more input or
|
||||
output operations on it.
|
||||
|
Loading…
Reference in New Issue
Block a user