diff options
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/overview2.sgml | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 5216666cb..5b4db9745 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-08-09 Christopher Faylor <cgf@timesys.com> + + * overview2.sgml: Remove inaccurate "full support for windows + pathnames" clause. + 2006-08-01 Christopher Faylor <cgf@timesys.com> * cygwinenv.sgml: Document [no]dosfilewarning option. diff --git a/winsup/doc/overview2.sgml b/winsup/doc/overview2.sgml index f0aa47f0b..0d7be896b 100644 --- a/winsup/doc/overview2.sgml +++ b/winsup/doc/overview2.sgml @@ -37,8 +37,7 @@ Developers coming from a Windows background will find a set of tools capable of writing console or GUI executables that rely on the Microsoft Win32 API. The <command>dlltool</command> utility may be used to write Windows Dynamically Linked Libraries (DLLs). The resource compiler <command>windres</command> is -also provided. All tools may be used from the Microsoft command prompt, -with full support for normal Windows pathnames. +also provided. </para> </sect1> |