diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-14 07:09:08 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-14 07:09:08 +0300 |
| commit | 237c8698a4944c9c8e956ba38b19e147a26c2894 (patch) | |
| tree | f805d248048d29563ad888f540bb1aa061d36283 /doc | |
| parent | README: Update (diff) | |
| download | guile-ssh-237c8698a4944c9c8e956ba38b19e147a26c2894.tar.gz | |
api-popen.texi: Add a reference to the Guile manual
* doc/api-popen.texi: Add a reference to "Pipes" chapter in the Guile manual.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api-popen.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api-popen.texi b/doc/api-popen.texi index 695fc1c..f12aa17 100644 --- a/doc/api-popen.texi +++ b/doc/api-popen.texi @@ -8,7 +8,8 @@ @cindex remote pipes @code{(ssh popen)} provides API for working with remote pipes, akin to -@code{(ice-9 popen)} procedures. +@code{(ice-9 popen)} procedures (@pxref{Pipes,,, guile, The GNU Guile +Reference Manual}) @var{mode} argument allows to specify what kind of pipe should be created. Allowed values are: @code{OPEN_READ}, @code{OPEN_WRITE}, @code{OPEN_BOTH}. |
