From 694ef56e802bbab94595fc491fdc6ef8b4f525c1 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 30 Nov 2013 19:15:02 +0100 Subject: add a vendor specific file to have configurable entities manpages sometimes refer to distro-specific things like the name of the package providing the achive-keyring. Having a central place to configure this helps in having it consistent in the manpages and allows to load this info from other places in the buildsystem as well later. --- doc/apt-get.8.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/apt-get.8.xml') diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 4c050ec03..90f2b40f7 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -8,6 +8,8 @@ %aptverbatiment; + +%aptvendor; ]> -- cgit v1.2.3-70-g09d2 From c4b22e98645bb14d9934f1a6721c9ac8b24a68f7 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 5 Dec 2013 08:48:48 +0100 Subject: * document Dpkg::Progress-Fancy (closes: 726169), thanks to James McCoy --- doc/apt-get.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/apt-get.8.xml') diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 90f2b40f7..b97bc268e 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -528,7 +528,7 @@ terminal window when packages are installed, upgraded or removed. For a machine parsable version of this data see README.progress-reporting in the apt doc directory. - DpkgPM::Progress. + Configuration Item: DpkgPM::Progress and Dpkg::Progress-Fancy. -- cgit v1.2.3-70-g09d2