diff options
author | David Kalnischkies <david@kalnischkies.de> | 2018-09-27 14:29:02 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2018-09-27 14:29:02 +0200 |
commit | 599c89f6f6f05e4318d088c2d6053c4b1fc9c5f1 (patch) | |
tree | 4757fdc6a76ecb3682b827c54e0435846009f3b8 /doc | |
parent | e02297b8e22dae04872fe6fab6dba966de65dbba (diff) |
Show APT::Compressor example in apt.conf(5)
Including a block-element like informalexample in a para is legal, but
the documentation of the para tag hints that some processing systems may
have difficulties handling this – so lets just move it out of the block
and be happy as it is (again?) displayed.
Closes: #909712
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt.conf.5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index a946544cc..cc25e73e2 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -182,7 +182,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; would allow apt to download and uncompress as well as create and store files with the low-cost <literal>.reversed</literal> file extension which it will pass to the command <command>rev</command> without additional - commandline parameters for compression and uncompression: + commandline parameters for compression and uncompression:</para> <informalexample><programlisting> APT::Compressor::rev { Name "rev"; @@ -193,7 +193,7 @@ APT::Compressor::rev { Cost "10"; }; </programlisting></informalexample> - </para></listitem> + </listitem> </varlistentry> <varlistentry><term><option>Build-Profiles</option></term> |