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
diff options
context:
space:
mode:
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/pathnames.sgml2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index b4424f369..bdef73909 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-16 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * pathnames.xml: Fix a typo.
+
2007-09-25 Corinna Vinschen <corinna@vinschen.de>
* faq-what.xml: Remove paragraph about and link to stoneage old
diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml
index 5ab09e472..8dc55d7c2 100644
--- a/winsup/doc/pathnames.sgml
+++ b/winsup/doc/pathnames.sgml
@@ -268,7 +268,7 @@ ln -s /dev/nst0 /dev/tape
<warning>
<para>
-Note that you can't use the mount table to map from fixed device name
+Note that you can't use the mount table to map from a fixed device name
to your own device name or to map from internal NT device name to
your own device name. Also using symbolic links to map from the internal
NT device name to your own device name will not do what you want.