From 4dce37e572307566560ddf2fd53632dbffdbd9a6 Mon Sep 17 00:00:00 2001 From: calvin Date: Sat, 28 Aug 2004 16:56:32 +0000 Subject: [PATCH] upgrading documentation git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1614 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- doc/upgrading.html | 4 ++-- doc/upgrading.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.