perl/modules/W3C/LinkChecker/bin checklink.pod,1.28,1.29

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv4710

Modified Files:
	checklink.pod 
Log Message:
Fix unterminated B<...>.

Index: checklink.pod
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink.pod,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- checklink.pod	3 Dec 2009 21:28:09 -0000	1.28
+++ checklink.pod	3 Dec 2009 21:30:50 -0000	1.29
@@ -85,7 +85,7 @@
 literal text.  This option may be specified multiple times.  Whitespace may
 be used instead of "-E<gt>" to separate the URIs.
 
-=item B<--suppress-redirect-prefix I<URI-E<gt>URI>
+=item B<--suppress-redirect-prefix> I<URI-E<gt>URI>
 
 Do not report a redirect from a child of the first URI to the same child of
 the second URI.  The \"->\" is literal text.  This option may be specified

Received on Thursday, 3 December 2009 21:30:54 UTC