diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2006-07-18 19:41:02 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2006-07-18 19:41:02 +0000 |
commit | 3438293a0b90b4f827ca7bb0817753b615adef38 (patch) | |
tree | e0fa79f41cfe68664e743e79237a25fd221b1d1c /winsup/doc | |
parent | 8432b8b206cf898ac543aebea85c9e0b8494e8d0 (diff) | |
download | newlib-3438293a0b90b4f827ca7bb0817753b615adef38.zip newlib-3438293a0b90b4f827ca7bb0817753b615adef38.tar.gz newlib-3438293a0b90b4f827ca7bb0817753b615adef38.tar.bz2 |
* pathnames.sgml: Change text for the order in which executables
are evaluated.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/pathnames.sgml | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 1eb86c5..4ae01a8 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -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. diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index 608f7f3..5ab09e4 100644 --- a/winsup/doc/pathnames.sgml +++ b/winsup/doc/pathnames.sgml @@ -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 |