mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue