From e0c5258e8304013bdf3ec8f6a8628365b22f785c Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Tue, 18 Jun 2013 06:01:11 +0000 Subject: [PATCH] fix incorrect use of it's git-svn-id: http://encfs.googlecode.com/svn/trunk@106 db9cf616-1c43-0410-9cb8-a902689de0d6 --- encfs/encfs.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encfs/encfs.pod b/encfs/encfs.pod index 3807d2f..b637633 100644 --- a/encfs/encfs.pod +++ b/encfs/encfs.pod @@ -102,7 +102,7 @@ you want before considering the use of B<--public>. Mount the filesystem on-demand. This currently only makes sense in combination with B<--idle> and B<--extpass> options. When the filesystem becomes idle, instead of exiting, B stops allowing access to the filesystem by -internally dropping it's reference to it. If someone attempts to access the +internally dropping its reference to it. If someone attempts to access the filesystem again, the extpass program is used to prompt the user for the password. If this succeeds, then the filesystem becomes available again.