From cbeeb920b2d1e666ac4dd1636ad47df5c3d65fc0 Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Tue, 29 Jun 2010 10:11:21 -0400 Subject: [PATCH] massfile: Remember to escape minus signs in man page. --- doc/massfile.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/massfile.1 b/doc/massfile.1 index 5b62033..5140734 100644 --- a/doc/massfile.1 +++ b/doc/massfile.1 @@ -22,9 +22,9 @@ Templates for both files can be found in /usr/share/doc/ubuntu-dev-tools/example text: A run of . - LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | grep - -v dbgsym | sort -u | xargs apt-cache showsrc | grep ^Directory | - sed 's/Package\:\ //g' | grep verse | cut -d'/' -f4 + LC_ALL=C apt-cache \-i unmet | grep ^Package | cut \-d' ' \-f2 | grep + \-v dbgsym | sort \-u | xargs apt-cache showsrc | grep ^Directory | + sed 's/Package\:\ //g' | grep verse | cut -d'/' \-f4 indicates that the source package $pack has binary packages that are not installable (on AMD64) at the moment. .