diff options
Diffstat (limited to 'doc/guide.sgml')
-rw-r--r-- | doc/guide.sgml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/guide.sgml b/doc/guide.sgml index a5efd6d3e..1b7e1d8f3 100644 --- a/doc/guide.sgml +++ b/doc/guide.sgml @@ -4,7 +4,7 @@ <title>APT User's Guide</title> <author>Jason Gunthorpe <email>jgg@debian.org</email></author> -<version>$Id: guide.sgml,v 1.6 2003/02/12 15:05:46 doogie Exp $</version> +<version>$Id: guide.sgml,v 1.7 2003/04/26 23:26:13 doogie Exp $</version> <abstract> This document provides an overview of how to use the the APT package manager. @@ -110,7 +110,7 @@ available. This is done with <tt>apt-get update</>. For instance, <example> # apt-get update Get http://ftp.de.debian.org/debian-non-US/ stable/binary-i386/ Packages -Get http://llug.sep.bnl.gov/debian/ frozen/contrib Packages +Get http://llug.sep.bnl.gov/debian/ testing/contrib Packages Reading Package Lists... Done Building Dependency Tree... Done </example> @@ -206,7 +206,7 @@ get. <example> Please give the distribution tag to get or a path to the package file ending in a /. The distribution - tags are typically something like: stable unstable frozen non-US + tags are typically something like: stable unstable testing non-US Distribution [stable]: </example> @@ -482,11 +482,11 @@ status messages. <example> # apt-get update Get:1 http://ftp.de.debian.org/debian-non-US/ stable/non-US/ Packages -Get:2 http://llug.sep.bnl.gov/debian/ frozen/contrib Packages -Hit http://llug.sep.bnl.gov/debian/ frozen/main Packages +Get:2 http://llug.sep.bnl.gov/debian/ testing/contrib Packages +Hit http://llug.sep.bnl.gov/debian/ testing/main Packages Get:4 http://ftp.de.debian.org/debian-non-US/ unstable/binary-i386/ Packages -Get:5 http://llug.sep.bnl.gov/debian/ frozen/non-free Packages -11% [5 frozen/non-free `Waiting for file' 0/32.1k 0%] 2203b/s 1m52s +Get:5 http://llug.sep.bnl.gov/debian/ testing/non-free Packages +11% [5 testing/non-free `Waiting for file' 0/32.1k 0%] 2203b/s 1m52s </example> <p> |