OSDN Git Service

add "cygwish80.exe" to list of tcl/tk apps that do not understand paths
authordavidsb <davidsb>
Wed, 20 Mar 2002 23:14:30 +0000 (23:14 +0000)
committerdavidsb <davidsb>
Wed, 20 Mar 2002 23:14:30 +0000 (23:14 +0000)
winsup/doc/how-using.texinfo

index 1ac751a..c714cb3 100644 (file)
@@ -682,10 +682,10 @@ Perhaps that may be your problem?
 
 @subsection Why doesn't Cygwin tcl/tk understand Cygwin paths?
 
-The versions of Tcl/Tk distributed with Cygwin (e.g. cygtclsh80.exe) are
-not actually "Cygwin versions" of those tools.  They are built with the
-@samp{-mno-cygwin} option to @code{gcc}, which means they do not
-understand Cygwin mounts or symbolic links.
+The versions of Tcl/Tk distributed with Cygwin (e.g. cygtclsh80.exe,
+cygwish80.exe) are not actually "Cygwin versions" of those tools.
+They are built with the @samp{-mno-cygwin} option to @code{gcc}, which
+means they do not understand Cygwin mounts or symbolic links.
 
 See the entry "How do I convert between Windows and UNIX paths?"
 elsewhere in this FAQ.