diff options
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/pathnames.sgml | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 6c37b9ef7..903bf376a 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-03-03 Corinna Vinschen <corinna@vinschen.de> + + * pathnames.sgml: Remove reference to managed mountpoints in mount + entry example. + 2009-02-23 Dr. Volker Zell <dr.volker.zell@oracle.com> * faq-using.xml: Rework XEmacs FAQ. diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index e89f1858f..ec3dcb1a5 100644 --- a/winsup/doc/pathnames.sgml +++ b/winsup/doc/pathnames.sgml @@ -133,16 +133,16 @@ mount the root dir with special options (for instance, as text mount).</para> <screen>c:/foo /bar fat32 binary 0 0</screen> </listitem> <listitem> - <para>A mount point for a managed, textmode mount:</para> - <screen>C:/foo /bar/baz ntfs text,managed 0 0</screen> + <para>A mount point for a textmode mount with case sensitivity switched off:</para> + <screen>C:/foo /bar/baz ntfs text,posix=0 0 0</screen> </listitem> <listitem> <para>A mount point for a Windows directory with spaces in it:</para> <screen>C:/Documents\040and\040Settings /docs ext3 binary 0 0</screen> </listitem> <listitem> - <para>A mount point for a remote directory:</para> - <screen>//server/share/subdir /srv/subdir smbfs binary 0 0</screen> + <para>A mount point for a remote directory without ACL support:</para> + <screen>//server/share/subdir /srv/subdir smbfs binary,noacl 0 0</screen> </listitem> <listitem> <para>This is just a comment:</para> |