diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-06 11:49:20 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-06 11:49:20 +0300 |
| commit | a50b5945ad20509e49b1612fb5c03e99641297f2 (patch) | |
| tree | 757044e61f0b53f3fdba04a52cad408567de2ca0 /doc | |
| parent | doc/api-channels.texi: Improve description of remote pipes (diff) | |
| download | guile-ssh-a50b5945ad20509e49b1612fb5c03e99641297f2.tar.gz | |
doc/api-channels.texi: Fix a typo
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api-channels.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api-channels.texi b/doc/api-channels.texi index b22e8ac..7af82a3 100644 --- a/doc/api-channels.texi +++ b/doc/api-channels.texi @@ -172,7 +172,7 @@ with mode @code{OPEN_READ}. @end deffn @deffn {Scheme Procedure} open-remote-output-pipe session command -@deffnx {Scheme Procedure} open-remote-output-pipe session prog [args...] +@deffnx {Scheme Procedure} open-remote-output-pipe* session prog [args...] Equvalent to @code{open-remote-pipe} and @code{open-remote-pipe*} respectively with mode @code{OPEN_WRITE}. @end deffn |
