From 001212b915e5ee3ca2f6a84a84771b6067a429d1 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Wed, 28 Sep 2022 19:23:04 +0100 Subject: [PATCH] Fix formatting of ignoreerrors example in linkcheckerrc(5) Introduced in: 8c959589 ("add option to ignore specific errors for specific URLs", 2022-07-21) --- doc/src/man/linkcheckerrc.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/src/man/linkcheckerrc.rst b/doc/src/man/linkcheckerrc.rst index 25d649e9..b606a2b8 100644 --- a/doc/src/man/linkcheckerrc.rst +++ b/doc/src/man/linkcheckerrc.rst @@ -195,15 +195,13 @@ URL checking results second expression is omitted, all errors are ignored. In contrast to filtering_, this happens *after* checking, which allows checking URLs despite certain expected and tolerable errors. Default is to - not ignore any errors. + not ignore any errors. Example: + +:: - :: [output] - ignoreerrors= - ^https://deprecated\.example\.com ^410 Gone - # ignore all errors (no second expression), also for syntax check: ^mailto:.*@example\.com$