* pathnames.sgml: Remove reference to managed mountpoints in mount
entry example.
This commit is contained in:
		| @@ -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> | 2009-02-23  Dr. Volker Zell <dr.volker.zell@oracle.com> | ||||||
|  |  | ||||||
| 	* faq-using.xml: Rework XEmacs FAQ. | 	* faq-using.xml: Rework XEmacs FAQ. | ||||||
|   | |||||||
| @@ -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> |   <screen>c:/foo /bar fat32 binary 0 0</screen> | ||||||
| </listitem> | </listitem> | ||||||
| <listitem> | <listitem> | ||||||
|   <para>A mount point for a managed, textmode mount:</para> |   <para>A mount point for a textmode mount with case sensitivity switched off:</para> | ||||||
|   <screen>C:/foo /bar/baz ntfs text,managed 0 0</screen> |   <screen>C:/foo /bar/baz ntfs text,posix=0 0 0</screen> | ||||||
| </listitem> | </listitem> | ||||||
| <listitem> | <listitem> | ||||||
|   <para>A mount point for a Windows directory with spaces in it:</para> |   <para>A mount point for a Windows directory with spaces in it:</para> | ||||||
|   <screen>C:/Documents\040and\040Settings /docs ext3 binary 0 0</screen> |   <screen>C:/Documents\040and\040Settings /docs ext3 binary 0 0</screen> | ||||||
| </listitem> | </listitem> | ||||||
| <listitem> | <listitem> | ||||||
|   <para>A mount point for a remote directory:</para> |   <para>A mount point for a remote directory without ACL support:</para> | ||||||
|   <screen>//server/share/subdir /srv/subdir smbfs binary 0 0</screen> |   <screen>//server/share/subdir /srv/subdir smbfs binary,noacl 0 0</screen> | ||||||
| </listitem> | </listitem> | ||||||
| <listitem> | <listitem> | ||||||
|   <para>This is just a comment:</para> |   <para>This is just a comment:</para> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user