04-man.patch 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. --- tclvfs-1.3-20080503.orig/doc/vfs.n
  2. +++ tclvfs-1.3-20080503/doc/vfs.n
  3. @@ -138,7 +138,7 @@
  4. \fImount.zip\fR is a zip archive which has been mounted (on top of
  5. itself) and contains \fIxxx/yyy\fR, and the current working directory
  6. is inside \fIxxx\fR, and we evaluate a command like \fIfile exists
  7. -yyy\fR, then \fIroot\R will be \fIC:/foo/bar/mount.zip\fR,
  8. +yyy\fR, then \fIroot\fR will be \fIC:/foo/bar/mount.zip\fR,
  9. \fIrelative\fR will be \fIxxx/yyy\fR, and \fIactualpath\fR will be
  10. \fIyyy\fR. The file separator between the \fIroot\fR and \fIrelative\fR
  11. is omitted.
  12. @@ -218,7 +218,7 @@
  13. Delete the given directory. \fIrecursive\fR is either 0 or 1. If
  14. it is 1 then even if the directory is non-empty, an attempt should
  15. be made to recursively delete it and its contents. If it is 0 and
  16. -the directory is non-empty, a posix error (EEXIST) should be
  17. +the directory is non-empty, a posix error (ENOTEMPTY) should be
  18. thrown.
  19. .TP
  20. \fIcommand\fR \fIstat\fR \fIr-r-a\fR
  21. --- tclvfs-1.3-20080503.orig/doc/vfslib.n
  22. +++ tclvfs-1.3-20080503/doc/vfslib.n
  23. @@ -58,8 +58,8 @@
  24. .PP
  25. The current supported types are ftp, tar, http, zip, mk4, ns, webdav. In
  26. addition there is the ability to mount any 'urltype' as a new volume,
  27. -provided an appropriate vfs is supported. This means that you can treat
  28. -'ftp://', 'http://' and 'file://' urls as files. To do this, simply
  29. +provided an appropriate vfs is supported. This means that you can
  30. +treat 'ftp://', 'http://' and 'file://' urls as files. To do this, simply
  31. evaluate the command
  32. .PP
  33. \fIvfs::urltype::Mount ftp\fR