Skip to content

Commit

Permalink
Specify Mac classic as past history
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Aug 14, 2011
1 parent 7e13cf1 commit a6f3b99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions URI/file.pm
Expand Up @@ -227,12 +227,12 @@ usually many URIs that map to any given file name. For instance, an
authority of "localhost" maps the same as a URI with a missing or empty authority of "localhost" maps the same as a URI with a missing or empty
authority. authority.
Example 1: The Mac uses ":" as path separator, but not in the same way Example 1: The Mac classic (Mac OS 9 and earlier) used ":" as path separator,
as a generic URI. ":foo" is a relative name. "foo:bar" is an absolute but not in the same way as a generic URI. ":foo" was a relative name. "foo:bar"
name. Also, path segments can contain the "/" character as well as the was an absolute name. Also, path segments could contain the "/" character as well
literal "." or "..". So the mapping looks like this: as the literal "." or "..". So the mapping looks like this:
Mac URI Mac classic URI
---------- ------------------- ---------- -------------------
:foo:bar <==> foo/bar :foo:bar <==> foo/bar
: <==> ./ : <==> ./
Expand Down

0 comments on commit a6f3b99

Please sign in to comment.