[Dctrl-tools-devel] Bug#589827: dctrl-tools: Patch for example in manpage

David Prévot david at tilapin.org
Sun Feb 27 20:32:01 UTC 2011


Package: dctrl-tools
Version: 2.18
Severity: normal
Tags: patch

Hi,

Please find bellow a patch against the Git repository to fix the issue
spotted by Leo 'costela' Antunes.



*** 0003-Fix-example-in-manpage-closes-589827.patch
>From e382d1f1dbb730b16a0322a380bbfd299c741b47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Pr=C3=A9vot?= <david at tilapin.org>
Date: Sun, 27 Feb 2011 16:26:05 -0400
Subject: [PATCH 3/3] Fix example in manpage (closes: #589827)

---
 man/grep-dctrl.1.cp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/man/grep-dctrl.1.cp b/man/grep-dctrl.1.cp
index 0474bbb..e1a805b 100644
--- a/man/grep-dctrl.1.cp
+++ b/man/grep-dctrl.1.cp
@@ -440,7 +440,8 @@ same line.  For example, the following command outputs the list of
 installed packages, sorted by their Installed\-Size.
 .nf
 % grep\-status \-FStatus \-sInstalled\-Size,Package \-n \\
-  "install ok installed" | paste \-sd "  \\n" | sort \-n             
+  "install ok installed" -a -FInstalled-Size --gt 0 \\
+  | paste \-sd "  \\n" | sort \-n             
 .fi
 Note that there should be exactly 2 spaces in the "  \\n" string.
 .PP
-- 
1.7.4.1





More information about the Dctrl-tools-devel mailing list