From 599c89f6f6f05e4318d088c2d6053c4b1fc9c5f1 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 27 Sep 2018 14:29:02 +0200 Subject: Show APT::Compressor example in apt.conf(5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- doc/apt.conf.5.xml | 4 ++-- 1 file 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 .reversed file extension which it will pass to the command rev without additional - commandline parameters for compression and uncompression: + commandline parameters for compression and uncompression: APT::Compressor::rev { Name "rev"; @@ -193,7 +193,7 @@ APT::Compressor::rev { Cost "10"; }; - + -- cgit v1.2.3