From e8d534d51a1ed088a9b2508884ab5bd56c142a80 Mon Sep 17 00:00:00 2001
From: Corinna Vinschen <corinna@vinschen.de>
Date: Thu, 14 May 2009 11:03:43 +0000
Subject: 	* faq-setup.xml (faq.setup.upgrade-mountpoints): New entry. 
 * faq-using.xml (faq.using.directory-structure): Align example to 	latest
 mount output. 	* pathnames.sgml (mount-table): Add note about upgrade helper
 scripts 	to create /etc/fstab and /etc/fstab.f/${USER}.

---
 winsup/doc/faq-using.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

(limited to 'winsup/doc/faq-using.xml')

diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml
index 054030f..0830ef0 100644
--- a/winsup/doc/faq-using.xml
+++ b/winsup/doc/faq-using.xml
@@ -751,13 +751,12 @@ look something like this:
 </para>
 <screen>
 	bash$ mount
-	C:\cygwin\bin on /usr/bin type system (binmode)
-	C:\cygwin\lib on /usr/lib type system (binmode)
-	C:\cygwin on / type system (binmode)
+	C:\cygwin\bin on /usr/bin type ntfs (binary,auto)
+	C:\cygwin\lib on /usr/lib type ntfs (binary,auto)
+	C:\cygwin on / type ntfs (binary,auto)
+	C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
 </screen>
 
-<para>(Exactly what you see depends on what options you gave to <literal>setup.exe</literal>.)
-</para>
 <para>Note that /bin and /usr/bin point to the same location, as do /lib and
 /usr/lib.  This is intentional, and you should not undo these mounts
 unless you <emphasis>really</emphasis> know what you are doing.
-- 
cgit v1.1