diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-11-16 12:30:00 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-11-16 12:30:00 +0000 |
commit | b755d497f5895e62246b299682009bb5e2a98971 (patch) | |
tree | 411a25957250bc7c85ea2df565a6ae0d0eef3d4d /winsup | |
parent | 969afaf753f96ac699e5ac3d02fb3d2e3c94c647 (diff) | |
download | newlib-b755d497f5895e62246b299682009bb5e2a98971.zip newlib-b755d497f5895e62246b299682009bb5e2a98971.tar.gz newlib-b755d497f5895e62246b299682009bb5e2a98971.tar.bz2 |
* pathnames.sgml (pathnames-specialchars): Fix typos.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/pathnames.sgml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 7ee18a2..447aef9 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-11-16 Corinna Vinschen <corinna@vinschen.de> + + * pathnames.sgml (pathnames-specialchars): Fix typos. + 2009-11-12 Corinna Vinschen <corinna@vinschen.de> * new-features.sgml (ov-new1.7-os): Mention Windows 7 and 2008 R2. diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index e570d90..f909bd5 100644 --- a/winsup/doc/pathnames.sgml +++ b/winsup/doc/pathnames.sgml @@ -381,8 +381,8 @@ access files with trailing dots and spaces without problems.</para> <para>Additionally, some characters are disallowed in filenames on Windows filesystems. These forbidden characters are the ASCII control characters -from ASCII value 1 to 31, plus the following charcters which have a special -menaing in the Win32 API:</para> +from ASCII value 1 to 31, plus the following characters which have a special +meaning in the Win32 API:</para> <screen> " * : < > ? | \ |