diff options
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/pathnames.sgml | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index b331291c3..d1be390d9 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -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. diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index d79a914c6..5ee5faa11 100644 --- a/winsup/doc/pathnames.sgml +++ b/winsup/doc/pathnames.sgml @@ -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> |