summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-14 07:09:08 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-14 07:09:08 +0300
commit237c8698a4944c9c8e956ba38b19e147a26c2894 (patch)
treef805d248048d29563ad888f540bb1aa061d36283 /doc
parentREADME: Update (diff)
downloadguile-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.texi3
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}.