Fix UNC path example (Oleg Broytman)
This commit is contained in:
parent
a5cb91b260
commit
d1323b7822
|
@ -214,8 +214,8 @@ First a couple of conventions:
|
|||
|
||||
* A POSIX path is absolute if it has a root. A Windows path is absolute if
|
||||
it has both a drive *and* a root. A Windows UNC path (e.g.
|
||||
``\\some\\share\\myfile.txt``) always has a drive and a root
|
||||
(here, ``\\some\\share`` and ``\\``, respectively).
|
||||
``\\some\share\myfile.txt``) always has a drive and a root
|
||||
(here, ``\\some\share`` and ``\``, respectively).
|
||||
|
||||
* A drive which has either a drive *or* a root is said to be anchored.
|
||||
Its anchor is the concatenation of the drive and root. Under POSIX,
|
||||
|
|
Loading…
Reference in New Issue