From 04ad1b9c09ee6e2d3b75d6f0ab3f9089b02ade36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Tue, 11 Mar 2014 09:40:18 +0100 Subject: [PATCH] Fixed default option for compression in the manual Mention in the manual that compression is now enabledd by default. --- src/ntfs-3g.8.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ntfs-3g.8.in b/src/ntfs-3g.8.in index b76f736e..f9b2df9b 100644 --- a/src/ntfs-3g.8.in +++ b/src/ntfs-3g.8.in @@ -306,12 +306,12 @@ directories marked for compression. A directory is marked for compression by setting the bit 11 (value 0x00000800) in its Windows attribute. In such a directory, new files are created compressed and new subdirectories are themselves marked for compression. The option and the flag have no effect -on existing files. +on existing files. Currently this is the default option. .TP .B nocompression This option disables creating new transparently compressed files in directories marked for compression. Existing compressed files can still be read and -updated. Currently this is the default option. +updated. .TP .B big_writes This option prevents fuse from splitting write buffers into 4K chunks,