From 8cf4b71e1ff6461f57ca54c85b54b826714273d5 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 13 Feb 2009 09:04:51 +0000 Subject: [PATCH] * pathnames.sgml: Replace "binmode" with new "binary" output of mount. --- winsup/doc/ChangeLog | 4 ++++ 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 + + * pathnames.sgml: Replace "binmode" with new "binary" output of mount. + 2009-02-12 Corinna Vinschen * 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: Displaying the current set of mount points bash$ mount -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)