--- 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
Host: example.com
Path: /hello
@@ -326,15 +326,15 @@
variables to ignore any proxy settings for these domains.
Setting a HTTP proxy on Unix for example looks like this:
-
export http_proxy="http://proxy.example.com:8080"
+
export http_proxy="http://proxy.example.com:8080"
Proxy authentication is also supported:
-
export http_proxy="http://user1:mypass@proxy.example.org:8081"
+
export http_proxy="http://user1:mypass@proxy.example.org:8081"
Setting a proxy on the Windows command prompt:
-
set http_proxy=http://proxy.example.com:8080
+
set http_proxy=http://proxy.example.com:8080
If you have your system configured to automatically establish a @@ -584,7 +584,7 @@