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:
parent
d4bed7c3af
commit
5ff2fcf9bd
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue