From 2c22e85ae71825b8368b73c86b5ebaca6020dac7 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 2 Jul 2002 21:03:49 +0000 Subject: Attempt to clarify removedirs(). Based on SF bug #574773. --- Doc/lib/libos.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 33c1e54..4220d6d 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -750,7 +750,7 @@ Availability: Macintosh, \UNIX, Windows. \begin{funcdesc}{removedirs}{path} \index{directory!deleting} -Recursive directory removal function. Works like +Removes directories recursively. Works like \function{rmdir()} except that, if the leaf directory is successfully removed, directories corresponding to rightmost path segments will be pruned way until either the whole path is consumed or -- cgit v0.12