From a6f3b999b0ce77bedb73195f5bb36c2ae186a164 Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Sun, 14 Aug 2011 13:57:21 +0200 Subject: [PATCH] Specify Mac classic as past history --- URI/file.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/URI/file.pm b/URI/file.pm index 926ed792..5a1e2b53 100644 --- a/URI/file.pm +++ b/URI/file.pm @@ -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. -Example 1: The Mac uses ":" as path separator, but not in the same way -as a generic URI. ":foo" is a relative name. "foo:bar" is an absolute -name. Also, path segments can contain the "/" character as well as the -literal "." or "..". So the mapping looks like this: +Example 1: The Mac classic (Mac OS 9 and earlier) used ":" as path separator, +but not in the same way as a generic URI. ":foo" was a relative name. "foo:bar" +was an absolute name. Also, path segments could contain the "/" character as well +as the literal "." or "..". So the mapping looks like this: - Mac URI + Mac classic URI ---------- ------------------- :foo:bar <==> foo/bar : <==> ./