aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/faq-using.xml
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-05-14 11:03:43 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-05-14 11:03:43 +0000
commite8d534d51a1ed088a9b2508884ab5bd56c142a80 (patch)
tree09676889a0fb28b7cd81630f95562683ff5d6d0c /winsup/doc/faq-using.xml
parent3106abf042b31a7046adb60482230233705106a4 (diff)
downloadnewlib-e8d534d51a1ed088a9b2508884ab5bd56c142a80.zip
newlib-e8d534d51a1ed088a9b2508884ab5bd56c142a80.tar.gz
newlib-e8d534d51a1ed088a9b2508884ab5bd56c142a80.tar.bz2
* 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}.
Diffstat (limited to 'winsup/doc/faq-using.xml')
-rw-r--r--winsup/doc/faq-using.xml9
1 files changed, 4 insertions, 5 deletions
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.