From 237c8698a4944c9c8e956ba38b19e147a26c2894 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Mon, 14 Dec 2015 07:09:08 +0300 Subject: api-popen.texi: Add a reference to the Guile manual * doc/api-popen.texi: Add a reference to "Pipes" chapter in the Guile manual. --- doc/api-popen.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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}. -- cgit v1.2.3