Fixed grammar; rendered the construction parallel.
This commit is contained in:
parent
eae8ea8a54
commit
dbc88281c7
|
@ -59,5 +59,5 @@ for examples.
|
||||||
When the write end of the fifo is closed, the buffer becomes an ordinary
|
When the write end of the fifo is closed, the buffer becomes an ordinary
|
||||||
<<buffers#scratch-buffers,scratch buffer>>. When the buffer is deleted,
|
<<buffers#scratch-buffers,scratch buffer>>. When the buffer is deleted,
|
||||||
Kakoune closes the read end of the fifo, so any program writing to it
|
Kakoune closes the read end of the fifo, so any program writing to it
|
||||||
will receive `SIGPIPE`. This is useful as it permits to stop the writing
|
will receive `SIGPIPE`. This is useful as it permits stopping the writing
|
||||||
program when the buffer is deleted.
|
program when the buffer is deleted.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user