commit 6779bc89ec5d918288d23743d339c4cf27910dff
parent 0c2d8d3375ea68ee4c5de88cd69f8baf1aac2996
Author: Alexander Burger <abu@software-lab.de>
Date: Wed, 23 Feb 2011 17:54:31 +0100
Minor: Add "see also"
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/refP.html b/doc/refP.html
@@ -265,7 +265,8 @@ thereafter). In the first form, <code>pipe</code> just returns a file descriptor
to read from the standard output of that process. In the second form, it opens
the standard output of that process as input channel during the execution of
<code>prg</code>. The current input channel will be saved and restored
-appropriately. See also <code><a href="refI.html#ipid">ipid</a></code>, <code><a
+appropriately. See also <code><a href="refL.html#later">later</a></code>,
+<code><a href="refI.html#ipid">ipid</a></code>, <code><a
href="refI.html#in">in</a></code>, <code><a href="refO.html#out">out</a></code>
and <code><a href="refR.html#rpc">rpc</a></code>.