]> git.ipfire.org Git - thirdparty/glibc.git/commit
manual: Update compatibility note on flushing of line-oriented files
authorFlorian Weimer <fweimer@redhat.com>
Wed, 29 Jan 2025 09:28:10 +0000 (10:28 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 29 Jan 2025 12:16:50 +0000 (13:16 +0100)
commit32ac9f8049adc7a7b92c3f27286de745691ad233
tree1ab011fa35e134d2f499024088fdffdb212cf51f
parent9a31eb64dbd4f2d16b206eba20960d2c10414dd8
manual: Update compatibility note on flushing of line-oriented files

Operation systems which represent text files in a line-oriented
fashion (and not as byte streams with a character sequence reserved
for line termination) logically cannot flush a buffer without
also creating a terminated line.

Update this portability note and move it to the Binary Streams
section.  Add another related compatibility concern, too.
manual/stdio.texi