diff --git a/doc/upgrading.html b/doc/upgrading.html index 1356076c..84051f41 100644 --- a/doc/upgrading.html +++ b/doc/upgrading.html @@ -48,11 +48,11 @@ can be restored by giving the option --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.

+you can append a || true at the end of the command.

diff --git a/doc/upgrading.txt b/doc/upgrading.txt index 1db83b7d..13557cbe 100644 --- a/doc/upgrading.txt +++ b/doc/upgrading.txt @@ -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.