diff options
author | Joe Simmons-Talbott <josimmon@redhat.com> | 2024-01-30 13:58:34 -0500 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-30 20:10:38 +0100 |
commit | 7765034db243e1061bd52465c99f8abb72e60436 (patch) | |
tree | 218a8cbe074ed66ac57915deff83a14bbd147a89 /manual | |
parent | 443c10018cb1e33cd6a054c32eb62881f1dcfca2 (diff) | |
download | glibc-7765034db243e1061bd52465c99f8abb72e60436.tar.gz glibc-7765034db243e1061bd52465c99f8abb72e60436.tar.xz glibc-7765034db243e1061bd52465c99f8abb72e60436.zip |
manual/io: Fix swapped reading and writing phrase.
Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/io.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/io.texi b/manual/io.texi index bd82f76ee8..56c82aabc1 100644 --- a/manual/io.texi +++ b/manual/io.texi @@ -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. |