public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] manual/io: Fix swapped reading and writing phrase.
@ 2024-01-30 19:10 Andreas K. Huttel
  0 siblings, 0 replies; only message in thread
From: Andreas K. Huttel @ 2024-01-30 19:10 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7765034db243e1061bd52465c99f8abb72e60436

commit 7765034db243e1061bd52465c99f8abb72e60436
Author: Joe Simmons-Talbott <josimmon@redhat.com>
Date:   Tue Jan 30 13:58:34 2024 -0500

    manual/io: Fix swapped reading and writing phrase.
    
    Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org>

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-30 19:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-30 19:10 [glibc] manual/io: Fix swapped reading and writing phrase Andreas K. Huttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).