* pathnames.sgml: Replace "binmode" with new "binary" output of mount.
This commit is contained in:
parent
cc9054ccce
commit
8cf4b71e1f
@ -1,3 +1,7 @@
|
||||
2009-02-13 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* pathnames.sgml: Replace "binmode" with new "binary" output of mount.
|
||||
|
||||
2009-02-12 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* faq-using.xml: First cut on Emacs.
|
||||
|
@ -164,12 +164,12 @@ arguments:</para>
|
||||
<title>Displaying the current set of mount points</title>
|
||||
<screen>
|
||||
<prompt>bash$</prompt> <userinput>mount</userinput>
|
||||
f:/cygwin/bin on /usr/bin type system (binmode)
|
||||
f:/cygwin/lib on /usr/lib type system (binmode)
|
||||
f:/cygwin on / type system (binmode)
|
||||
e:/src on /usr/src type system (binmode)
|
||||
c: on /cygdrive/c type user (binmode,noumount)
|
||||
e: on /cygdrive/e type user (binmode,noumount)
|
||||
f:/cygwin/bin on /usr/bin type system (binary)
|
||||
f:/cygwin/lib on /usr/lib type system (binary)
|
||||
f:/cygwin on / type system (binary)
|
||||
e:/src on /usr/src type system (binary)
|
||||
c: on /cygdrive/c type user (binary,noumount)
|
||||
e: on /cygdrive/e type user (binary,noumount)
|
||||
</screen>
|
||||
</example>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user