diff options
author | Christopher Faylor <me@cgf.cx> | 2009-07-08 23:23:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-07-08 23:23:02 +0000 |
commit | b2cbcab19f75032ba62afe9a464c70894d78a9c9 (patch) | |
tree | 581d2f54a1bd2896b479b1901a6a7d6ff9e4ff0d | |
parent | fe589604cb1ed4667e3a217ea1a1c69374b8d9b1 (diff) | |
download | cygnal-b2cbcab19f75032ba62afe9a464c70894d78a9c9.tar.gz cygnal-b2cbcab19f75032ba62afe9a464c70894d78a9c9.tar.bz2 cygnal-b2cbcab19f75032ba62afe9a464c70894d78a9c9.zip |
* pathnames.sgml: Fix typo.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/pathnames.sgml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 8f7a79ec9..bcc36d227 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-07-08 Christopher Faylor <me+cygwin@cgf.cx> + + * pathnames.sgml: Fix typo. + 2009-07-03 Corinna Vinschen <corinna@vinschen.de> * new-features.sgml (ov-new1.7-file): Add fpurge and mkstemps to new diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index 3f7d2f451..c6fd792d8 100644 --- a/winsup/doc/pathnames.sgml +++ b/winsup/doc/pathnames.sgml @@ -127,7 +127,7 @@ thing to do, do so at your own risk.</para> by default also automatic mount points generated by the Cygwin DLL similar to the way the root directory is evaluated. <filename>/usr/bin</filename> points to the directory the Cygwin DLL is installed in, -<filename>/usr/lib</filename> is suppsoed to point to the +<filename>/usr/lib</filename> is supposed to point to the <filename>/lib</filename> directory. This choice is safe and usually shouldn't be changed. An fstab entry for them is not required.</para> |