OSDN Git Service

* pathnames.sgml: Change text for the order in which executables
authorcorinna <corinna>
Tue, 18 Jul 2006 19:41:02 +0000 (19:41 +0000)
committercorinna <corinna>
Tue, 18 Jul 2006 19:41:02 +0000 (19:41 +0000)
are evaluated.

winsup/doc/ChangeLog
winsup/doc/pathnames.sgml

index 1eb86c5..4ae01a8 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-18  Corinna Vinschen  <corinna@vinschen.de>
+
+       * pathnames.sgml: Change text for the order in which executables
+       are evaluated.
+
 2006-06-01  Joshua Daniel Franklin  <joshuadfranklin@yahoo.com>
 
         * faq-setup.xml (faq.setup.automated): New FAQ.
index 608f7f3..5ab09e4 100644 (file)
@@ -308,9 +308,11 @@ a      a.exe     b.exe
 432961010 b       432961010 b.exe
 </screen>
 If a shell script <filename>myprog</filename> and a program
-<filename>myprog.exe</filename> coexist in a directory, the program
-has precedence and is selected for execution of
-<command>myprog</command>.</para>
+<filename>myprog.exe</filename> coexist in a directory, the shell
+script has precedence and is selected for execution of
+<command>myprog</command>.  Note that this was quite the reverse up to
+Cygwin 1.5.19.  It has been changed for consistency with the rest of Cygwin.
+</para>
 
 <para>The <command>gcc</command> compiler produces an executable named
 <filename>filename.exe</filename> when asked to produce