diff options
-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> |