Merge branch 'doc-buffers' of http://github.com/Pound-Hash/kakoune
This commit is contained in:
commit
b2c6bc4690
|
@ -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