* utils.sgml (mount): Document sparse mount option.
This commit is contained in:
parent
6b0dad0459
commit
783105ea4a
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue