From 8f36c663ad0c727e568da44b5c2aa41ecf69fcc0 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Sun, 25 Aug 2002 19:45:16 +0000 Subject: [PATCH] Fix few typos. --- vfs/extfs/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vfs/extfs/README b/vfs/extfs/README index 1b74171b9..a6220df58 100644 --- a/vfs/extfs/README +++ b/vfs/extfs/README @@ -20,12 +20,12 @@ like to see what's inside it, path will be /anypath/my.zip#uzip/some_path/... Then you add a line extfs.ini file containing just that extension. If -your vfs does not require file to work on, add ':' to the of name. +your vfs does not require file to work on, add ':' to the end of name. In this example, .zip is suffix, but I call vfs 'uzip'. Why? Well, what this vfs essentially does is UNzip. UN is too long, so I choosed U. Note that sometime in future filesystem like zip may exist: It will -take whole tree and create .zip file from it. So /usr:zip will be +take whole tree and create .zip file from it. So /usr#zip will be zipfile containing whole /usr tree. The second one may require some your knowledge of shell/c programming: