diff --git a/doc/web/media/man1/linkchecker.1.html.rej b/doc/web/media/man1/linkchecker.1.html.rej
deleted file mode 100644
index 5f2deafb..00000000
--- a/doc/web/media/man1/linkchecker.1.html.rej
+++ /dev/null
@@ -1,30 +0,0 @@
---- linkchecker.1.html.orig 2011-06-14 21:14:55.016011206 +0200
-+++ linkchecker.1.html 2011-06-14 21:17:07.108913849 +0200
-@@ -38,7 +38,7 @@
-
- The most common use checks the given domain recursively, plus any
- URL pointing outside of the domain:
--
linkchecker http://www.example.net/
-+
linkchecker http://www.example.net/
-
-
- Beware that this checks the whole site which can have thousands of URLs.
-@@ -59,15 +59,15 @@
-
-
- You can skip the http:// url part if the domain starts with www.:
--
linkchecker www.example.com
-+
linkchecker www.example.com
-
-
- You can skip the ftp:// url part if the domain starts with ftp.:
--
linkchecker -r0 ftp.example.org
-+
linkchecker -r0 ftp.example.org
-
-
- Generate a sitemap graph and convert it with the graphviz dot utility:
--
linkchecker -odot -v www.example.com | dot -Tps > sitemap.ps
-+
linkchecker -odot -v www.example.com | dot -Tps > sitemap.ps
-
-