perl/modules/W3C/LinkChecker/bin checklink.pod,1.24,1.25

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

Modified Files:
	checklink.pod 
Log Message:
Fix order of arguments to --masquerade in docs, thanks to C. M. Sperberg-McQueen.

Index: checklink.pod
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink.pod,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- checklink.pod	28 Apr 2009 20:33:44 -0000	1.24
+++ checklink.pod	3 May 2009 09:36:24 -0000	1.25
@@ -132,14 +132,14 @@
 in the configuration file.  See the C<Trusted> entry in the configuration
 file description below for more information.
 
-=item B<--masquerade> I<"surrogate-prefix real-prefix">
+=item B<--masquerade> I<"real-prefix surrogate-prefix">
 
 Perform a simple string substitution: URIs which begin with the
 string C<real-prefix> are rewritten using the C<surrogate-prefix>
 before being dereferenced.  Useful for making a local
 directory masquerade as a remote one. For example:
 
-  --masquerade "file:///my/local/dir/ http://example.com/x/y/z/"
+  --masquerade "http://example.com/x/y/z/ file:///my/local/dir/"
 
 If the document being checked contains a link to
 http://example.com/x/y/z/foo.html, then the local file system will be

Received on Sunday, 3 May 2009 09:36:35 UTC