Просмотр исходного кода

man: Fix --remove and --purge summary formatting in dpkg(1)

Guillem Jover лет назад: 10
Родитель
Сommit
65468d2a7e
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 0
      debian/changelog
  2. 2 2
      man/dpkg.1

+ 1 - 0
debian/changelog

@@ -9,6 +9,7 @@ dpkg (1.18.5) UNRELEASED; urgency=medium
     - Add new dsc(5), deb-changelog(5) and deb-changes(5) man pages.
     - Remove Debian specific policy references.
     - Remove superfluous SEE ALSO references from dpkg-source(1).
+    - Fix --remove and --purge summary formatting in dpkg(1).
 
  -- Guillem Jover <guillem@debian.org>  Fri, 25 Dec 2015 14:20:16 +0100
 

+ 2 - 2
man/dpkg.1

@@ -177,7 +177,7 @@ once each where necessary. Use of this option may leave packages in the
 improper \fBtriggers\-awaited\fP and \fBtriggers\-pending\fP states. This
 can be fixed later by running: \fBdpkg \-\-configure \-\-pending\fP.
 .TP
-\fB\-r\fP, \fB\-\-remove\fP \fP\fIpackage\fP...|\fB\-a\fP|\fB\-\-pending\fP
+\fB\-r\fP, \fB\-\-remove\fP \fIpackage\fP...|\fB\-a\fP|\fB\-\-pending\fP
 Remove an installed package. This removes everything except conffiles,
 which may avoid having to reconfigure the package if it is reinstalled
 later (conffiles are configuration files that are listed in the
@@ -199,7 +199,7 @@ Removing of a package consists of the following steps:
 .br
 
 .TP
-\fB\-P\fP, \fB\-\-purge \fP\fIpackage\fP...|\fB\-a\fP|\fB\-\-pending\fP
+\fB\-P\fP, \fB\-\-purge\fP \fIpackage\fP...|\fB\-a\fP|\fB\-\-pending\fP
 Purge an installed or already removed package. This removes everything,
 including conffiles.
 If \fB\-a\fP or \fB\-\-pending\fP is given instead of a package name,