Author: roam-guest Date: 2009-04-03 13:58:02 +0000 (Fri, 03 Apr 2009) New Revision: 9375
Modified: packages/trunk/cookietool/debian/changelog packages/trunk/cookietool/debian/patches/01-manpage-typos.patch Log: Fix a hyphen used as a minus sign. Modified: packages/trunk/cookietool/debian/changelog =================================================================== --- packages/trunk/cookietool/debian/changelog 2009-04-03 13:52:50 UTC (rev 9374) +++ packages/trunk/cookietool/debian/changelog 2009-04-03 13:58:02 UTC (rev 9375) @@ -4,6 +4,7 @@ * Use quilt for patch management. * Add a placeholder watchfile explaining why we can't use uscan. * Do not ignore errors from "make clean". + * Fix a hyphen used as a minus sign in cookietool.6. -- Peter Pentchev <[email protected]> Fri, 03 Apr 2009 16:18:42 +0300 Modified: packages/trunk/cookietool/debian/patches/01-manpage-typos.patch =================================================================== --- packages/trunk/cookietool/debian/patches/01-manpage-typos.patch 2009-04-03 13:52:50 UTC (rev 9374) +++ packages/trunk/cookietool/debian/patches/01-manpage-typos.patch 2009-04-03 13:58:02 UTC (rev 9375) @@ -1,8 +1,11 @@ -A couple of typo fixes for the manual pages: +A couple of typo fixes for the manual pages. + +Original changes by Miros/law L. Baran <[email protected]>: - spell "fussy" correctly - un-UTF-8 the Amiga contributor's name -Author: Miros/law L. Baran <[email protected]> +Changes by Peter Pentchev <[email protected]>: +- fix a hyphen used as a minus sign --- a/doc/cdbdiff.6 +++ b/doc/cdbdiff.6 @@ -67,6 +70,15 @@ .TP .B \-b delete cookies that are 'abbreviations' of another, too. +@@ -40,7 +40,7 @@ + .TP + .B \-s[l|w|<sep>|s] + sort cookies; looking after last line only; looking after last word +-only; starting after the last <sep>, e.g. '-s--'; by size. ++only; starting after the last <sep>, e.g. '\-s\-\-'; by size. + .TP + .B \-a + treat 'abbreviations' as doubles (i.e. delete them from the database, @@ -62,7 +62,7 @@ None known. .SH AUTHOR _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

