diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2020-04-03 21:44:00 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2020-04-03 21:44:00 +0200 |
commit | 44fe41a766b1f4dbb6d2f16523aea3507d10b6ef (patch) | |
tree | 8054357c09aa5584d68969de99c9e7844b0f45d6 /winsup/doc/specialnames.xml | |
parent | 44da5e4b8c89bfcee79eb83fd3b7142720489940 (diff) | |
download | newlib-44fe41a766b1f4dbb6d2f16523aea3507d10b6ef.zip newlib-44fe41a766b1f4dbb6d2f16523aea3507d10b6ef.tar.gz newlib-44fe41a766b1f4dbb6d2f16523aea3507d10b6ef.tar.bz2 |
Cygwin: docs: revamp docs explaining symlinks
The descriptions of symlink handling are a bit dated, so
revamp them and add the new WSL symlink type.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/specialnames.xml')
-rw-r--r-- | winsup/doc/specialnames.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/doc/specialnames.xml b/winsup/doc/specialnames.xml index 1120f86..a1f7401 100644 --- a/winsup/doc/specialnames.xml +++ b/winsup/doc/specialnames.xml @@ -37,8 +37,7 @@ is allowed to be a Cygwin symlink either.</para> <para>However, native NTFS symlinks and reparse points are transparent when accessing the above files so all these files as well as -<filename>/etc</filename> itself may be NTFS symlinks or reparse -points.</para> +<filename>/etc</filename> itself may be NTFS symlinks.</para> <para>Last but not least, make sure that these files are world-readable. Every process of any user account has to read these files potentially, |