Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2010-01-26 22:26:59 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2010-01-26 22:26:59 +0300
commit954515b0110ec67a36f0df4c7d3634959651dd2a (patch)
tree5f4ee31ff5bc6292e50f4b34fffb8f3acd6d51fb /winsup
parente9e924bfae0cb8430fbe193b5bf579b152d8a097 (diff)
* faq-api.xml: d2u/u2d are from cygutils, not util-linux.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/faq-api.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 194af8b76..92ae8c9a3 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-26 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * faq-api.xml: d2u/u2d are from cygutils, not util-linux.
+
2010-01-26 Christopher Faylor <me+cygwin@cgf.cx>
* Makefile.in: Skip validation in xmlto step.
diff --git a/winsup/doc/faq-api.xml b/winsup/doc/faq-api.xml
index ff6ef2052..a515d1cd9 100644
--- a/winsup/doc/faq-api.xml
+++ b/winsup/doc/faq-api.xml
@@ -69,7 +69,7 @@ Windows applications can deal with POSIX \n line endings just fine
(unfortunate exception: Notepad). So we suggest to use binary mode
as much as possible and only convert files from or to DOS text mode
using tools specifically created to do that job, for instance, d2u and
-u2d from the util-linux package.
+u2d from the cygutils package.
</para>
<para>It is rather easy for the porter of a Unix package to fix the source
code by supplying the appropriate file processing mode switches to the