This commit is contained in:
Antoine Pitrou 2013-10-25 21:03:50 +02:00
parent f36388059e
commit 64210a6ec2
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ First a couple of conventions:
``\\some\share\myfile.txt``) always has a drive and a root ``\\some\share\myfile.txt``) always has a drive and a root
(here, ``\\some\share`` and ``\``, respectively). (here, ``\\some\share`` and ``\``, respectively).
* A drive which has either a drive *or* a root is said to be anchored. * A path 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, Its anchor is the concatenation of the drive and root. Under POSIX,
"anchored" is the same as "absolute". "anchored" is the same as "absolute".