~racb/ubuntu/quantal/apt/by_hash

« back to all changes in this revision

Viewing changes to doc/apt-cdrom.8.xml

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, David Kalnischkies, Justin B Rye
  • Date: 2012-05-24 17:16:34 UTC
  • mto: This revision was merged to the branch mainline in revision 183.
  • Revision ID: package-import@ubuntu.com-20120524171634-edcnexogm5taz69t
Tags: 0.9.5.1
[ David Kalnischkies ]
* apt-pkg/contrib/fileutl.cc:
  - dup() given compressed fd in OpenDescriptor if AutoClose
    is disabled as otherwise gzclose() and co will close it
* doc/*.xml:
  - mark even more stuff as untranslateable and improve the
    markup here and there (no real text change)
  - use docbook DTD 4.5 instead of 4.2 to have valid docs

[ Justin B Rye ]
* doc/*.xml:
  - remove 'GNU/Linux' from 'Debian systems' strings as Debian
    has more systems than just GNU/Linux nowadays
* doc/apt-cache.8.xml:
  - fix a typo as well as adding missing literal markup
  - three small rewordings for better english sentences

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3
 
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 
3
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
 
5
5
<!ENTITY % aptent SYSTEM "apt.ent">
6
6
%aptent;
49
49
   </para>
50
50
 
51
51
   <para>Unless the <option>-h</option>, or <option>--help</option> option is
52
 
    given one of the commands below must be present.
53
 
   
 
52
   given, one of the commands below must be present.</para>
 
53
 
54
54
    <variablelist>
55
55
     <varlistentry><term><option>add</option></term>
56
56
     <listitem><para><literal>add</literal> is used to add a new disc to the
75
75
     </listitem>
76
76
     </varlistentry>
77
77
    </variablelist>
78
 
   </para>
79
78
 </refsect1>
80
79
 
81
80
 <refsect1><title>Options</title>