mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
doc: Remove copy/pasted sentence.
* doc/ref/api-io.texi (I/O Extensions): Remove sentence pasted from 'read' when explaining 'write' method.
This commit is contained in:
parent
3c3270491e
commit
c7dec0b231
1 changed files with 1 additions and 1 deletions
|
@ -1596,7 +1596,7 @@ of bytes read.
|
||||||
|
|
||||||
@item write
|
@item write
|
||||||
A port's @code{write} implementation flushes write buffers to the
|
A port's @code{write} implementation flushes write buffers to the
|
||||||
mutable store. A port's @code{read} implementation fills read buffers.
|
mutable store.
|
||||||
It should write out bytes from the supplied bytevector @code{src},
|
It should write out bytes from the supplied bytevector @code{src},
|
||||||
starting at offset @code{start} and continuing for @code{count} bytes,
|
starting at offset @code{start} and continuing for @code{count} bytes,
|
||||||
and return the number of bytes that were written.
|
and return the number of bytes that were written.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue