diff options
author | Kenneth Nellis <Kenneth.Nellis@conduent.com> | 2017-02-14 09:46:56 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-02-14 09:46:56 +0100 |
commit | ccabeae4e3c684945f402e42e102cb976065ca2e (patch) | |
tree | 5c90d630a3ef822ebd347e5ec33b57746e7c7cd8 | |
parent | bd54749095ee45d7136b6e7c8a1e5218749c87b6 (diff) | |
download | cygnal-ccabeae4e3c684945f402e42e102cb976065ca2e.tar.gz cygnal-ccabeae4e3c684945f402e42e102cb976065ca2e.tar.bz2 cygnal-ccabeae4e3c684945f402e42e102cb976065ca2e.zip |
Improve wording on special characters
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/doc/specialnames.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/doc/specialnames.xml b/winsup/doc/specialnames.xml index 0192fc241..bc4b0440d 100644 --- a/winsup/doc/specialnames.xml +++ b/winsup/doc/specialnames.xml @@ -79,7 +79,8 @@ in the Win32 API:</para> <para>Cygwin can't fix this, but it has a method to workaround this restriction. All of the above characters, except for the backslash, are converted to special UNICODE characters in the range 0xf000 to 0xf0ff -(the "Private use area") when creating or accessing files.</para> +(the "Private use area") when creating or accessing files by adding 0xf000 +to the forbidden characters' code points.</para> <para>The backslash has to be exempt from this conversion, because Cygwin accepts Win32 filenames including backslashes as path separators on input. |