From 7765034db243e1061bd52465c99f8abb72e60436 Mon Sep 17 00:00:00 2001 From: Joe Simmons-Talbott Date: Tue, 30 Jan 2024 13:58:34 -0500 Subject: manual/io: Fix swapped reading and writing phrase. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Andreas K. Hüttel --- manual/io.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3