From 61539fb98ea40059df88e619dc66fbd9efcad3a9 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Mon, 18 Feb 2008 16:10:49 +0000 Subject: Clarify that paths may appear in mirror:// URIs --- tree-layout.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tree-layout.tex') diff --git a/tree-layout.tex b/tree-layout.tex index 4a32505..7e913bd 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -135,10 +135,10 @@ line is: \begin{verbatim} ... \end{verbatim} -Fields are whitespace-delimited. When parsing a URI of the form \t{mirror://name/filename}, the -\t{thirdpartymirrors} file is searched for a line whose first field is \t{name}. Then the download -URIs in the subsequent fields have \t{filename} appended to them to generate the URIs from which a -download is attempted. +Fields are whitespace-delimited. When parsing a URI of the form \t{mirror://name/path/filename}, +where the \t{path/} part is optional, the \t{thirdpartymirrors} file is searched for a line whose +first field is \t{name}. Then the download URIs in the subsequent fields have \t{path/filename} +appended to them to generate the URIs from which a download is attempted. Each mirror name may appear at most once in a file. Behaviour when a mirror name appears multiple times is undefined. Behaviour when a mirror is defined in terms of another mirror is undefined. -- cgit v1.2.3-65-gdbad