link-checker commit: Fix unterminated B<...>.

changeset:   331:8e7b013b2964
user:        ville
date:        Thu Dec 03 21:30:50 2009 +0000
files:       bin/checklink.pod
description:
Fix unterminated B<...>.


diff -r 162ab080f542 -r 8e7b013b2964 bin/checklink.pod
--- a/bin/checklink.pod	Thu Dec 03 21:28:09 2009 +0000
+++ b/bin/checklink.pod	Thu Dec 03 21:30:50 2009 +0000
@@ -1,4 +1,4 @@
-$Id: checklink.pod,v 1.28 2009-12-03 21:28:09 ville Exp $
+$Id: checklink.pod,v 1.29 2009-12-03 21:30:50 ville Exp $
 
 =head1 NAME
 
@@ -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, 5 August 2010 14:47:39 UTC