upgrading documentation

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

View file

@ -48,11 +48,11 @@ can be restored by giving the option <tt class="literal"><span class="pre">--rec
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>
you can append a <tt class="literal"><span class="pre">||</span> <span class="pre">true</span></tt> at the end of the command.</p>
</div>
<hr class="footer" />
<div class="footer">
Generated on: 2004-08-28 16:55 UTC.
Generated on: 2004-08-28 16:56 UTC.
</div>
</body>
</html>

View file

@ -26,4 +26,4 @@ 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.
you can append a ``|| true`` at the end of the command.