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>
This commit is contained in:
Jon Turney 2016-07-02 16:46:48 +01:00
parent d4bed7c3af
commit 5ff2fcf9bd
1 changed files with 1 additions and 1 deletions

View File

@ -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>