From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7910) id BC9573858426; Tue, 30 Jan 2024 19:10:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC9573858426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706641859; bh=v4aOzIG76u5tMbrV0fS/0VMdmExh5oJy9mRECXss1O0=; h=From:To:Subject:Date:From; b=kxkO4k3BXuE+U1BdbipL0dWIU9GCLaYGmeAGRyXuI9/XZ8Z7VD83W5pmeVaZTHE5z blJ4ao2OoKkjIsgatU7oDbCvd/EgyRXstNLkqBMvXF2dNXttOkEygZ4Xh54Tpgz4MO 9ca7lqgDmhLRKqZ7VO6BfW3aSNJ3YNL1l+tMKsBY= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Andreas K. Huttel To: glibc-cvs@sourceware.org Subject: [glibc] manual/io: Fix swapped reading and writing phrase. X-Act-Checkin: glibc X-Git-Author: Joe Simmons-Talbott X-Git-Refname: refs/heads/master X-Git-Oldrev: 443c10018cb1e33cd6a054c32eb62881f1dcfca2 X-Git-Newrev: 7765034db243e1061bd52465c99f8abb72e60436 Message-Id: <20240130191059.BC9573858426@sourceware.org> Date: Tue, 30 Jan 2024 19:10:59 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7765034db243e1061bd52465c99f8abb72e60436 commit 7765034db243e1061bd52465c99f8abb72e60436 Author: Joe Simmons-Talbott Date: Tue Jan 30 13:58:34 2024 -0500 manual/io: Fix swapped reading and writing phrase. Reviewed-by: Andreas K. Hüttel Diff: --- 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.