From 401bb9e737f049c014316d95ffe587488eb89880 Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Thu, 24 Jul 2014 23:57:21 -0700 Subject: [PATCH] Update encfs.pod Update encfs references to use pod markdown --- encfs/encfs.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/encfs/encfs.pod b/encfs/encfs.pod index 22328d4..60d6153 100644 --- a/encfs/encfs.pod +++ b/encfs/encfs.pod @@ -108,7 +108,7 @@ password. If this succeeds, then the filesystem becomes available again. =item B<--delaymount> -Do not mount the filesystem when encfs starts; instead, delay mounting until +Do not mount the filesystem when B starts; instead, delay mounting until first use. This option only makes sense with B<--ondemand>. =item B<--reverse> @@ -469,9 +469,9 @@ originally encoded. =item I -Make encfs leave holes in files. If a block is read as all zeros, it will be +Make B leave holes in files. If a block is read as all zeros, it will be assumed to be a hole and will be left as 0's when read (not deciphered). This -is required if accessing encfs using the SMB protocol. +is required if accessing B using the SMB protocol. Enabled by default. Can be disabled in expert mode.