From 404555fb7444a1536579fe3e9d3c79d505f5ceec Mon Sep 17 00:00:00 2001 From: David Prévot Date: Sun, 27 Feb 2011 16:26:05 -0400 Subject: Fix example in manpage (closes: #589827) --- man/grep-dctrl.1.cp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man/grep-dctrl.1.cp') diff --git a/man/grep-dctrl.1.cp b/man/grep-dctrl.1.cp index 8dfb08f..9b24578 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 -- cgit v1.2.3