diff options
-rw-r--r-- | doc/method.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/method.sgml b/doc/method.sgml index 756dce87f..f5b21786d 100644 --- a/doc/method.sgml +++ b/doc/method.sgml @@ -4,7 +4,7 @@ <title>APT Method Interface </title> <author>Jason Gunthorpe <email>jgg@debian.org</email></author> -<version>$Id: method.sgml,v 1.1 1998/10/04 04:49:17 jgg Exp $</version> +<version>$Id: method.sgml,v 1.2 1998/10/06 05:24:20 jgg Exp $</version> <abstract> This document describes the interface that APT uses to the archive @@ -82,7 +82,7 @@ Universal Resource Identifier (URI) is a super-set of the familiar URL syntax used by web browsers. It consists of an access specification followed by a specific location in that access space. The form is <access>:<location>. Network addresses are given with the form -<access>://[<user>:<pas>>@]hostname[:port]/<location>. +<access>://[<user>[:<pas>]@]hostname[:port]/<location>. Some examples: <example> file:/var/mirrors/debian/ @@ -233,7 +233,7 @@ This is a list of which headers each status code can use <taglist> <tag>100 Capabilities<item> Displays the capabilities of the method. -Fields: Version, Single-Interface, Pre-Scan +Fields: Version, Single-Instance, Pre-Scan <tag>101 Log<item> A log message may be printed to the screen if debugging is enabled. This |