diff options
author | Zbigniew Baniewski <zb@ispid.com.pl> | 2011-01-09 01:41:17 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:24 -0600 |
commit | 8f2a74049e62a940513263708d1e74c38a0c7589 (patch) | |
tree | 60febd336d80124dba181b88bff2bf00bab107c0 /development/tclvfs/patches/04-man.patch | |
parent | 82ad914bfc534949325cbb7fa3fe362ceac4c312 (diff) |
development/tclvfs: Added (virtial filesystem extension for Tcl)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/tclvfs/patches/04-man.patch')
-rw-r--r-- | development/tclvfs/patches/04-man.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/development/tclvfs/patches/04-man.patch b/development/tclvfs/patches/04-man.patch new file mode 100644 index 0000000000..73392562a6 --- /dev/null +++ b/development/tclvfs/patches/04-man.patch @@ -0,0 +1,33 @@ +--- tclvfs-1.3-20080503.orig/doc/vfs.n ++++ tclvfs-1.3-20080503/doc/vfs.n +@@ -138,7 +138,7 @@ + \fImount.zip\fR is a zip archive which has been mounted (on top of + itself) and contains \fIxxx/yyy\fR, and the current working directory + is inside \fIxxx\fR, and we evaluate a command like \fIfile exists +-yyy\fR, then \fIroot\R will be \fIC:/foo/bar/mount.zip\fR, ++yyy\fR, then \fIroot\fR will be \fIC:/foo/bar/mount.zip\fR, + \fIrelative\fR will be \fIxxx/yyy\fR, and \fIactualpath\fR will be + \fIyyy\fR. The file separator between the \fIroot\fR and \fIrelative\fR + is omitted. +@@ -218,7 +218,7 @@ + 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 (EEXIST) should be ++the directory is non-empty, a posix error (ENOTEMPTY) should be + thrown. + .TP + \fIcommand\fR \fIstat\fR \fIr-r-a\fR +--- tclvfs-1.3-20080503.orig/doc/vfslib.n ++++ tclvfs-1.3-20080503/doc/vfslib.n +@@ -58,8 +58,8 @@ + .PP + The current supported types are ftp, tar, http, zip, mk4, ns, webdav. In + addition there is the ability to mount any 'urltype' as a new volume, +-provided an appropriate vfs is supported. This means that you can treat +-'ftp://', 'http://' and 'file://' urls as files. To do this, simply ++provided an appropriate vfs is supported. This means that you can ++treat 'ftp://', 'http://' and 'file://' urls as files. To do this, simply + evaluate the command + .PP + \fIvfs::urltype::Mount ftp\fR |