link-checker commit: Minor typo etc edits to the "install with CPAN" section.

changeset:   274:043724d0a448
user:        ville
date:        Mon Feb 02 17:36:23 2009 +0000
files:       docs/checklink.html
description:
Minor typo etc edits to the "install with CPAN" section.


diff -r 51eaf62d0726 -r 043724d0a448 docs/checklink.html
--- a/docs/checklink.html	Mon Feb 02 16:26:45 2009 +0000
+++ b/docs/checklink.html	Mon Feb 02 17:36:23 2009 +0000
@@ -6,7 +6,7 @@
     <title>W3C Link Checker Documentation</title>
     <link rev="made" href="mailto:www-validator@w3.org" />
     <style type="text/css" media="all">@import "linkchecker.css";</style>
-    <meta name="revision" content="$Id: checklink.html,v 1.48 2009-02-02 16:26:45 ot Exp $" />
+    <meta name="revision" content="$Id: checklink.html,v 1.49 2009-02-02 17:36:23 ville Exp $" />
   </head>
 
   <body>
@@ -120,11 +120,11 @@
       <a href="http://www.cpan.org/">CPAN</a> distribution, and depends on
       a few other modules which are also available from CPAN.
     </p>
-    <h3 id="install-CPAN">Install with the CPAN Utility</h3>
+    <h3 id="install-CPAN">Install with the CPAN utility</h3>
     
-    <p>If you system has a working installation of perl, you should be able to install the link checker with a single line from the commandline shell:</p>
-    <p><kbd>sudo perl -MCPAN -e 'install W3C::LinkChecker</kbd> (use without the <kbd>sudo</kbd> command if installing from administrator account).</p>
-    <p>If this is the first time you use the CPAN utility, you may have to answer a few setup questions before the tool downloads, builds and install the link checker</p>
+    <p>If you system has a working installation of Perl, you should be able to install the link checker and its dependencies with a single line from the commandline shell:</p>
+    <p><kbd>sudo perl -MCPAN -e 'install W3C::LinkChecker'</kbd> (use without the <kbd>sudo</kbd> command if installing from an administrator account).</p>
+    <p>If this is the first time you use the CPAN utility, you may have to answer a few setup questions before the tool downloads, builds and installs the link checker.</p>
     
     <h3 id="install-manual">Install by hand</h3>
 
@@ -309,7 +309,7 @@
         alt="Valid XHTML 1.0!" /></a>
       <a title="Send Feedback for the W3C Link Checker"
         href="http://validator.w3.org/feedback.html">The W3C Validator Team</a><br />
-      $Date: 2009-02-02 16:26:45 $
+      $Date: 2009-02-02 17:36:23 $
     </address>
     <p class="copyright">
       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2009

Received on Thursday, 5 August 2010 14:47:33 UTC