From cc042ab91ed1a452d264063f8e0711db1cf56988 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 27 Feb 2004 10:27:01 +0000 Subject: Remove EXAMPLES section which duplicates text in fetch(3). --- usr.bin/fetch/fetch.1 | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 1e4e5a8..c8fcd37 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -229,28 +229,6 @@ A number of these are quite important to the proper operation of you are strongly encouraged to read .Xr fetch 3 as well. -.Sh EXAMPLES -To access a proxy server on -.Pa proxy.example.com -port 8080, set the -.Ev HTTP_PROXY -environment variable in a manner similar to this: -.Pp -.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. -The first method is by using the proxy URL: -.Pp -.Dl HTTP_PROXY=http://:@proxy.example.com:8080 -.Pp -The second method is by using the -.Ev HTTP_PROXY_AUTH -environment variable: -.Bd -literal -offset indent -HTTP_PROXY=http://proxy.example.com:8080 -HTTP_PROXY_AUTH=basic:*:: -.Ed .Sh SEE ALSO .Xr fetch 3 .Sh HISTORY -- cgit v1.1