* pathnames.sgml (mount-table): Fix pathnames-mount-ex example. Change

an expression.
This commit is contained in:
Corinna Vinschen 2010-09-27 16:46:34 +00:00
parent a7616a21a2
commit 89c1b9c7ee
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
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> 2010-09-27 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.8): Document dropped NT4 pre-SP4 support. * new-features.sgml (ov-new1.7.8): Document dropped NT4 pre-SP4 support.

View File

@ -225,18 +225,18 @@ arguments:</para>
<title>Displaying the current set of mount points</title> <title>Displaying the current set of mount points</title>
<screen> <screen>
<prompt>bash$</prompt> <userinput>mount</userinput> <prompt>bash$</prompt> <userinput>mount</userinput>
f:/cygwin/bin on /usr/bin type system (binary,auto) f:/cygwin/bin on /usr/bin type ntfs (binary,auto)
f:/cygwin/lib on /usr/lib type system (binary,auto) f:/cygwin/lib on /usr/lib type ntfs (binary,auto)
f:/cygwin on / type system (binary,auto) f:/cygwin on / type ntfs (binary,auto)
e:/src on /usr/src type system (binary) e:/src on /usr/src type vfat (binary)
c: on /cygdrive/c type user (binary,posix=0,user,noumount,auto) c: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
e: on /cygdrive/e type user (binary,posix=0,user,noumount,auto) e: on /cygdrive/e type vfat (binary,posix=0,user,noumount,auto)
</screen> </screen>
</example> </example>
<para>You can also use the <command>mount</command> command to add <para>You can also use the <command>mount</command> command to add
new mount points, and the <command>umount</command> to delete 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. points will disappear as soon as your last Cygwin process ends.
See <xref linkend="mount"></xref> and <xref linkend="umount"></xref> for more See <xref linkend="mount"></xref> and <xref linkend="umount"></xref> for more
information.</para> information.</para>