Author: adsb Date: 2009-05-25 16:39:04 +0000 (Mon, 25 May 2009) New Revision: 1888
Modified: trunk/debian/changelog trunk/scripts/uscan.1 Log: uscan: Make a regular expression example in the manpage clearer. Thanks, Jason Heeris. (Closes: #530362) Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2009-05-21 20:59:47 UTC (rev 1887) +++ trunk/debian/changelog 2009-05-25 16:39:04 UTC (rev 1888) @@ -1,6 +1,7 @@ devscripts (2.10.51) UNRELEASED; urgency=low - * NOT RELEASED YET + * uscan: Make a regular expression example in the manpage clearer. Thanks, + Jason Heeris. (Closes: #530362) -- Adam D. Barratt <[email protected]> Thu, 21 May 2009 21:59:23 +0100 Modified: trunk/scripts/uscan.1 =================================================================== --- trunk/scripts/uscan.1 2009-05-21 20:59:47 UTC (rev 1887) +++ trunk/scripts/uscan.1 2009-05-25 16:39:04 UTC (rev 1888) @@ -233,7 +233,7 @@ $version =~ \fIrule\fR; .fi for each rule. Thus, suitable rules might be `s/^/0./' to prepend -`0.' to the version number and `s/_/./' to change underscores into +`0.' to the version number and `s/_/./g' to change underscores into periods. Note that the \fIrules\fR string may not contain commas; this should not be a problem. .TP -- To unsubscribe, send mail to [email protected].
