manual/io: Fix swapped reading and writing phrase.

Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Joe Simmons-Talbott 2024-01-30 13:58:34 -05:00 committed by Andreas K. Hüttel
parent 443c10018c
commit 7765034db2
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -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.