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:
authorCorinna Vinschen <corinna@vinschen.de>2010-09-27 20:46:34 +0400
committerCorinna Vinschen <corinna@vinschen.de>2010-09-27 20:46:34 +0400
commit89c1b9c7ee5059316bd847b4ea9fc24379af5842 (patch)
tree8f26889bec4cf0ebb8187a26e125c00319215c49 /winsup
parenta7616a21a2af2e66bd1a4a6c888779d21caabb00 (diff)
* pathnames.sgml (mount-table): Fix pathnames-mount-ex example. Change
an expression.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/pathnames.sgml14
2 files changed, 12 insertions, 7 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 785a30cf4..97e246241 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,10 @@
2010-09-27 Corinna Vinschen <corinna@vinschen.de>
+ * pathnames.sgml (mount-table): Fix pathnames-mount-ex example. Change
+ an expression.
+
+2010-09-27 Corinna Vinschen <corinna@vinschen.de>
+
* new-features.sgml (ov-new1.7.8): Document dropped NT4 pre-SP4 support.
* faq-what.xml (faq.what.supported): Change accordingly.
* ntsec.sgml (ntsec-mapping): Add 2008 R2.
diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml
index f784ee15f..e282cfb35 100644
--- a/winsup/doc/pathnames.sgml
+++ b/winsup/doc/pathnames.sgml
@@ -225,18 +225,18 @@ arguments:</para>
<title>Displaying the current set of mount points</title>
<screen>
<prompt>bash$</prompt> <userinput>mount</userinput>
- f:/cygwin/bin on /usr/bin type system (binary,auto)
- f:/cygwin/lib on /usr/lib type system (binary,auto)
- f:/cygwin on / type system (binary,auto)
- e:/src on /usr/src type system (binary)
- c: on /cygdrive/c type user (binary,posix=0,user,noumount,auto)
- e: on /cygdrive/e type user (binary,posix=0,user,noumount,auto)
+ f:/cygwin/bin on /usr/bin type ntfs (binary,auto)
+ f:/cygwin/lib on /usr/lib type ntfs (binary,auto)
+ f:/cygwin on / type ntfs (binary,auto)
+ e:/src on /usr/src type vfat (binary)
+ c: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
+ e: on /cygdrive/e type vfat (binary,posix=0,user,noumount,auto)
</screen>
</example>
<para>You can also use the <command>mount</command> command to add
new mount points, and the <command>umount</command> to delete
-them. However, since they are only noted in memory, these mount
+them. However, since they are only stored in memory, these mount
points will disappear as soon as your last Cygwin process ends.
See <xref linkend="mount"></xref> and <xref linkend="umount"></xref> for more
information.</para>