--- a/Documentation/Source/eric5.uninstall.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.uninstall.html Sun Sep 29 18:23:27 2013 +0200 @@ -38,7 +38,7 @@ <td>Exit the uninstall script.</td> </tr><tr> <td><a href="#initGlobals">initGlobals</a></td> -<td>Sets the values of globals that need more than a simple assignment.</td> +<td>Set the values of globals that need more than a simple assignment.</td> </tr><tr> <td><a href="#main">main</a></td> <td>The main function of the script.</td> @@ -66,7 +66,7 @@ <h2>initGlobals</h2> <b>initGlobals</b>(<i></i>) <p> - Sets the values of globals that need more than a simple assignment. + Set the values of globals that need more than a simple assignment. </p> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> @@ -74,7 +74,7 @@ <h2>main</h2> <b>main</b>(<i>argv</i>) <p> -The main function of the script. + The main function of the script. </p><p> argv is the list of command line arguments. </p> @@ -92,7 +92,7 @@ <h2>usage</h2> <b>usage</b>(<i>rcode=2</i>) <p> -Display a usage message and exit. + Display a usage message and exit. </p><p> rcode is the return code passed back to the calling process. </p> @@ -102,7 +102,7 @@ <h2>wrapperName</h2> <b>wrapperName</b>(<i>dname, wfile</i>) <p> -Create the platform specific name for the wrapper script. + Create the platform specific name for the wrapper script. </p> <div align="right"><a href="#top">Up</a></div> <hr />