summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f984b0..1d81912 100644
--- a/NEWS
+++ b/NEWS
@@ -9,11 +9,13 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
* Unreleased
** New procedures
-*** New procedure 'channel-send-eof!' in (ssh channel)
+*** New procedure 'channel-send-eof' in (ssh channel)
The procedure allows to send end-of-file (EOF) on a channel. This action
doesn't close the channel; you may still read from it but not write.
'channel-send-eof!' is handy when we deal with a remote command that reads
data until EOF (such as 'wc'.)
+** Documentation
+*** Add procedure index
* Changes in version 0.10.1 (2016-10-09)
** Bugfixes