fix to removeDirectory docs
authorVince Darley <vincentdarley@sourceforge.net>
Thu, 15 Jul 2004 11:25:42 +0000 (11:25 +0000)
committerVince Darley <vincentdarley@sourceforge.net>
Thu, 15 Jul 2004 11:25:42 +0000 (11:25 +0000)
ChangeLog
doc/vfs-fsapi.man
doc/vfs.n

index 97c255387aaad8439d0763acd45cf3b743aa2fce..d307fab5d4af1bcb281fbd8182f3ee654255c2f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-15  Vince Darley <vincentdarley@sourceforge.net>
+
+       * doc/*: fix to removedirectory docs which should say to return
+       a posix EEXIST error if the directory is non-empty.
+
 2004-07-04  Andreas Kupries <andreas_kupries@users.sourceforge.net>
        
        * library/vfsUtils.tcl (crc, zip): Modified the Trf adapter
index a7b77ec4580539c417bb9587a020b91639ee428b..a2b2f2cb4468d67ef48c23e94bef310d81beec1e 100644 (file)
@@ -245,7 +245,7 @@ Delete the given directory. Argument [arg recursive] is a boolean. If
 the specified value is [const true] then even if the directory is
 non-empty, an attempt has to be made to recursively delete it and its
 contents.  If the spcified value is [const false] and the directory is
-non-empty, a posix error ([const ENOTEMPTY]) has to be thrown.
+non-empty, a posix error ([const EEXIST]) has to be thrown.
 
 
 [call [cmd vfshandler] [method stat] [arg root] [arg relative] [arg actualpath]]
index 651aa9b14c8b38551608e2fdab121db04774491d..d4dadab56e57e519e7bf353a3c82ec227d56702c 100644 (file)
--- a/doc/vfs.n
+++ b/doc/vfs.n
@@ -218,7 +218,7 @@ further action.
 Delete the given directory.  \fIrecursive\fR is either 0 or 1. If
 it is 1 then even if the directory is non-empty, an attempt should
 be made to recursively delete it and its contents.  If it is 0 and
-the directory is non-empty, a posix error (ENOTEMPTY) should be
+the directory is non-empty, a posix error (EEXIST) should be
 thrown.
 .TP
 \fIcommand\fR \fIstat\fR \fIr-r-a\fR