upgrading documentation

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1613 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-08-28 16:56:05 +00:00
parent 0c21673f24
commit 99832174b6
2 changed files with 11 additions and 9 deletions

View file

@ -44,14 +44,15 @@ old behaviour can be restored by giving the option <tt class="literal"><span cla
<p>The default recursion depth is now infinite. The old behaviour
can be restored by giving the option <tt class="literal"><span class="pre">--recursion-level=1</span></tt>.</p>
<p>The option <tt class="literal"><span class="pre">--strict</span></tt> has been renamed to <tt class="literal"><span class="pre">--extern-strict-all</span></tt>.</p>
<p>The commandline program <tt class="literal"><span class="pre">linkchecker</span></tt> returns non-zero exit value
when errors were encountered. For scripts to ignore exit values
and therefore restore the old behaviour you can append a `` || true``
at the end of the command.</p>
<p>The commandline program <tt class="literal"><span class="pre">linkchecker</span></tt> returns now non-zero exit value
when errors were encountered. Previous versions always return a zero
exit value.
For scripts to ignore exit values and therefore restore the old behaviour
you can append a `` || true`` at the end of the command.</p>
</div>
<hr class="footer" />
<div class="footer">
Generated on: 2004-08-28 16:54 UTC.
Generated on: 2004-08-28 16:55 UTC.
</div>
</body>
</html>

View file

@ -22,7 +22,8 @@ can be restored by giving the option ``--recursion-level=1``.
The option ``--strict`` has been renamed to ``--extern-strict-all``.
The commandline program ``linkchecker`` returns non-zero exit value
when errors were encountered. For scripts to ignore exit values
and therefore restore the old behaviour you can append a `` || true``
at the end of the command.
The commandline program ``linkchecker`` returns now non-zero exit value
when errors were encountered. Previous versions always return a zero
exit value.
For scripts to ignore exit values and therefore restore the old behaviour
you can append a `` || true`` at the end of the command.