diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-12-14 11:11:17 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-12-14 11:11:17 +0000 |
commit | 783105ea4afbf55aa73d48473b7023173f851a61 (patch) | |
tree | 2fd79812534808b8f17cf14d4cad8d525c858c91 | |
parent | 6b0dad045966331972ddc7597a92bf73c2ab2efb (diff) | |
download | cygnal-783105ea4afbf55aa73d48473b7023173f851a61.tar.gz cygnal-783105ea4afbf55aa73d48473b7023173f851a61.tar.bz2 cygnal-783105ea4afbf55aa73d48473b7023173f851a61.zip |
* utils.sgml (mount): Document sparse mount option.
-rw-r--r-- | winsup/utils/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/utils/utils.sgml | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 85f82c2ee..3d8420b38 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2012-12-14 Corinna Vinschen <corinna@vinschen.de> + + * utils.sgml (mount): Document sparse mount option. + 2012-11-27 Christopher Faylor <me.cygwin2012@cgf.cx> * Makefile.in: Move CFLAGS and CXXFLAGS so that they can be manipulated diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index b9bcc738c..8c0b838c6 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -1154,6 +1154,8 @@ most of the options are duplicates of other mount flags):</para> posix=0 - Switch off case sensitivity for paths under this mount point. posix=1 - Switch on case sensitivity for paths under this mount point (default). + sparse - Switch on support for sparse files. This option only makes + sense on NTFS and then only if you really need sparse files. text - Files default to CRLF text mode line endings. </screen> |