Hi, I found a bug in the POD. Please also add this patch.
> 797787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797787 Osamu
>From a462a49ebd72953270216ee302202a0dbe5a31ae Mon Sep 17 00:00:00 2001 From: Osamu Aoki <[email protected]> Date: Wed, 2 Sep 2015 23:51:36 +0900 Subject: [PATCH] ; for splitting rule , is for splitting options --- scripts/uscan.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/uscan.pl b/scripts/uscan.pl index b1fff0e..1f0ea72 100644 --- a/scripts/uscan.pl +++ b/scripts/uscan.pl @@ -874,7 +874,8 @@ details. =over -=item * multiple rules can be specified for a I<rule> by making a concatenated string of B<,> (comma) separated operations. +=item * multiple rules can be specified for a I<rule> by making a concatenated +string of B<;> (semicolon) separated operations. =item * I<rule> may only use the B<s>, B<tr> and B<y> operations. -- 2.1.4
_______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
