Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-27 21:46:16 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-27 21:46:16 +0300
commit921587de503cb7b6eb86dac76d09ce994d0bb29d (patch)
treea6193294b91678fe240f6b2350eed6eb12333917 /winsup
parent82935b4237899025218326bb3161d8eba32c550c (diff)
note mount binary default.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/utils/utils.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml
index 8c4ae599f..36b0f4471 100644
--- a/winsup/utils/utils.sgml
+++ b/winsup/utils/utils.sgml
@@ -519,7 +519,7 @@ greatly reducing the amount of time it takes in a large domain.</para>
<screen>
Usage: mount [OPTION] [&lt;win32path&gt; &lt;posixpath&gt;]
- -b, --binary text files are equivalent to binary files
+ -b, --binary (default) text files are equivalent to binary files
(newline = \n)
-c, --change-cygdrive-prefix change the cygdrive path prefix to &lt;posixpath&gt;
-f, --force force mount, don't warn about missing mount
@@ -529,7 +529,7 @@ Usage: mount [OPTION] [&lt;win32path&gt; &lt;posixpath&gt;]
system mount points and cygdrive prefixes
-p, --show-cygdrive-prefix show user and/or system cygdrive path prefix
-s, --system (default) add system-wide mount point
- -t, --text (default) text files get \r\n line endings
+ -t, --text text files get \r\n line endings
-u, --user add user-only mount point
-v, --version output version information and exit
-x, --executable treat all files under mount point as executables