mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
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)
This commit is contained in:
parent
6c6fd020de
commit
fbcf5e6575
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125154
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user