Author: adsb Date: 2009-05-02 20:25:14 +0000 (Sat, 02 May 2009) New Revision: 1874
Modified: trunk/debian/changelog trunk/scripts/rc-alert.1 Log: rc-alert: Use standard single quotes in the debtags section of the manpage to avoid odd formatting and warnings from man Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2009-05-02 19:47:57 UTC (rev 1873) +++ trunk/debian/changelog 2009-05-02 20:25:14 UTC (rev 1874) @@ -1,6 +1,7 @@ devscripts (2.10.50) UNRELEASED; urgency=low - * NOT RELEASED YET + * rc-alert: Use standard single quotes in the debtags section of the manpage + to avoid odd formatting and warnings from man -- Adam D. Barratt <[email protected]> Sat, 02 May 2009 20:47:39 +0100 Modified: trunk/scripts/rc-alert.1 =================================================================== --- trunk/scripts/rc-alert.1 2009-05-02 19:47:57 UTC (rev 1873) +++ trunk/scripts/rc-alert.1 2009-05-02 20:25:14 UTC (rev 1874) @@ -110,8 +110,8 @@ .TP .BR \-\-debtags " implemented-in::perl,role::plugin,implemented-in::python" The bug must apply to packages matching the specified debtags, i.e. the match -will only include packages that have the ‘role::plugin’ tag and that have -either of the tags ‘implemented-in::perl’ or ‘implemented-in::python’. +will only include packages that have the 'role::plugin' tag and that have +either of the tags 'implemented-in::perl' or 'implemented-in::python'. .TP .BR \-\-popcon " "\-\-pc\-local Read /var/log/popularity-contest and sort bugs by your personal popcon ranking -- To unsubscribe, send mail to [email protected].
