summaryrefslogtreecommitdiff
path: root/doc/api-channels.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api-channels.texi')
-rw-r--r--doc/api-channels.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api-channels.texi b/doc/api-channels.texi
index c3666fe..7333505 100644
--- a/doc/api-channels.texi
+++ b/doc/api-channels.texi
@@ -101,7 +101,7 @@ Change size of the @acronym{PTY} to @var{columns} and @var{rows}. The
@var{channel} must be open. Return value is undefined.
@end deffn
-@deffn {Scheme Procedure} channel-set-stream! channel stream
+@deffn {Scheme Procedure} channel-stream-set! channel stream
Set default @var{stream} for @var{channel}. @var{stream} must be one of the
following symbols: @code{stdout} (default), @code{stderr}. The @var{channel}
must be open. Throw @code{guile-ssh-error} on error. Return value is