From 5fbf6961dc6cbf3057f44820ffb9082f96c6529b Mon Sep 17 00:00:00 2001 From: GregNoel Date: Tue, 2 Sep 2008 22:34:32 +0000 Subject: [PATCH] Issue 2187: update FindFile in man page git-svn-id: http://scons.tigris.org/svn/scons/trunk@3325 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- doc/man/scons.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/man/scons.1 b/doc/man/scons.1 index baaa2349..399024ab 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -3671,10 +3671,11 @@ Search for .I file in the path specified by .IR dirs . -.I file -may be a list of file names or a single file name. In addition to searching -for files that exist in the filesytem, this function also searches for -derived files that have not yet been built. +.I dirs +may be a list of directory names or a single directory name. +In addition to searching for files that exist in the filesytem, +this function also searches for derived files +that have not yet been built. Example: -- 2.26.2