diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2016-07-02 16:46:48 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2016-07-07 14:48:09 +0100 |
commit | 5ff2fcf9bd237558f6ce077baa6bb5ec9889992c (patch) | |
tree | 4d5ca85849aece929323f4de52003ea3b8e5a884 | |
parent | d4bed7c3af1ec8abca0c5f83ec57afba92816744 (diff) | |
download | cygnal-5ff2fcf9bd237558f6ce077baa6bb5ec9889992c.tar.gz cygnal-5ff2fcf9bd237558f6ce077baa6bb5ec9889992c.tar.bz2 cygnal-5ff2fcf9bd237558f6ce077baa6bb5ec9889992c.zip |
Use <filename> tag, not <pathname> tag
Fix an instance of the invalid <pathname> tag in Cygwin utils documentation,
by using the valid <filename> tag instead.
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
-rw-r--r-- | winsup/doc/utils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml index 4853d9222..12949c55d 100644 --- a/winsup/doc/utils.xml +++ b/winsup/doc/utils.xml @@ -335,7 +335,7 @@ Other options: However, the cygdrive prefix can be changed by the user, so symbolic links created using the cygdrive prefix are not foolproof. With <literal>-U</literal> cygpath will generate such paths prepended by the - virtual <pathname>/proc/cygdrive</pathname> symbolic link, which will + virtual <filename>/proc/cygdrive</filename> symbolic link, which will never change, so the created path is safe against changing the cygdrive prefix.</para> |