summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwes <wes@FreeBSD.org>2004-01-28 18:51:24 +0000
committerwes <wes@FreeBSD.org>2004-01-28 18:51:24 +0000
commitdb65d6a17c8bc08c56b292a98c96196008eeb3e1 (patch)
treebb344fa7da7006e27cbc357749475e935267b896
parent640c6c8f64bc06d838e7419f1401501149088634 (diff)
downloadFreeBSD-src-db65d6a17c8bc08c56b292a98c96196008eeb3e1.zip
FreeBSD-src-db65d6a17c8bc08c56b292a98c96196008eeb3e1.tar.gz
Remove the inadvertant HTML additions to this man page.
These appear to have been inserted in the PR text by gnatsweb. Noticed by: des (maintainer)
-rw-r--r--usr.bin/fetch/fetch.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1
index b245090..1e4e5a8 100644
--- a/usr.bin/fetch/fetch.1
+++ b/usr.bin/fetch/fetch.1
@@ -223,8 +223,8 @@ mum time, in seconds, to wait before aborting an HTTP connection.
.Pp
All environment variables mentioned in the documentation for the
.Xr fetch 3
-library are supported. A number of these are quite important to
-the proper operation of
+library are supported.
+A number of these are quite important to the proper operation of
.Nm ;
you are strongly encouraged to read
.Xr fetch 3
@@ -236,7 +236,7 @@ port 8080, set the
.Ev HTTP_PROXY
environment variable in a manner similar to this:
.Pp
-.Dl HTTP_PROXY=<A HREF="http://proxy.example.com:8080">http://proxy.example.com:8080</A>
+.Dl HTTP_PROXY=http://proxy.example.com:8080
.Pp
If the proxy server requires authentication, there are
two options available for passing the authentication data.
@@ -248,7 +248,7 @@ The second method is by using the
.Ev HTTP_PROXY_AUTH
environment variable:
.Bd -literal -offset indent
-HTTP_PROXY=<A HREF="http://proxy.example.com:8080">http://proxy.example.com:8080</A>
+HTTP_PROXY=http://proxy.example.com:8080
HTTP_PROXY_AUTH=basic:*:<user>:<pwd>
.Ed
.Sh SEE ALSO
OpenPOWER on IntegriCloud