diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-05-24 16:01:15 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-05-24 16:01:15 +0200 |
commit | d9e10d0fdf812ebced54f4ea827d6132e0ebfef5 (patch) | |
tree | 904dd0148a028ef30a67013d98eac90e92c30cae /doc/apt-get.8.xml | |
parent | d3f6489bf47dcf4fa5d8c2cd6a543ffa5f0105fe (diff) | |
parent | 4c86a6348d9916b6404709452affa10e9c776efa (diff) |
merged from debian-sid
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index e4c72188a..620d22106 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ <!ENTITY % aptent SYSTEM "apt.ent"> %aptent; @@ -98,7 +98,7 @@ <para><literal>install</literal> is followed by one or more packages desired for installation or upgrading. Each package is a package name, not a fully qualified - filename (for instance, in a Debian GNU/Linux system, + filename (for instance, in a Debian system, libc6 would be the argument provided, not <literal>libc6_1.9.6-2.deb</literal>). All packages required by the package(s) specified for installation will also |