From 46e78202f093e4582f44555412472d1bedb75037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 18 Dec 2011 21:27:56 +0100 Subject: [PATCH] doc: Add link from `opendir' to (ice-9 ftw). * doc/ref/posix.texi (File System): Add link to "File Tree Walk". --- doc/ref/posix.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index 469c4dadb..1dc5a80e8 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -843,6 +843,10 @@ be empty for this to succeed. The return value is unspecified. @cindex directory contents Open the directory specified by @var{dirname} and return a directory stream. + +Before using this and the procedures below, make sure to see the +higher-level procedures for directory traversal that are available +(@pxref{File Tree Walk}). @end deffn @deffn {Scheme Procedure} directory-stream? object