diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-10-17 07:02:05 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-10-17 07:02:05 -0700 |
commit | 24f59dc6fd38aeba9a10099c8b7a1243b18392a3 (patch) | |
tree | 358dac378797d4c475518d5c86846055949ab0b7 | |
parent | ddbd4325247083477e0f6270f36332cfb03e49e1 (diff) | |
download | txr-24f59dc6fd38aeba9a10099c8b7a1243b18392a3.tar.gz txr-24f59dc6fd38aeba9a10099c8b7a1243b18392a3.tar.bz2 txr-24f59dc6fd38aeba9a10099c8b7a1243b18392a3.zip |
doc: grammar fix in datagram streams.
* txr.1: Subject-verb number agreement; also removing
superfluous adverb.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59136,7 +59136,7 @@ functions which are usually used for datagram programming. Datagram I/O assumes that the datagram datagram socket is connected to a specific remote peer, and that peer is implicitly used for all I/O. -Datagram streams solves the message framing problem essentially by +Datagram streams solve the message framing problem by considering a single datagram to be an entire stream. On input, a datagram stream holds an entire datagram in a buffer. The stream ends (experiences the EOF condition) after the last byte of this buffer |