OSDN Git Service

* pathnames.sgml: Replace "binmode" with new "binary" output of mount.
authorcorinna <corinna>
Fri, 13 Feb 2009 09:04:51 +0000 (09:04 +0000)
committercorinna <corinna>
Fri, 13 Feb 2009 09:04:51 +0000 (09:04 +0000)
winsup/doc/ChangeLog
winsup/doc/pathnames.sgml

index b331291..d1be390 100644 (file)
@@ -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.
index d79a914..5ee5faa 100644 (file)
@@ -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>