aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fetch/fetch.1
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2003-06-10 20:34:50 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2003-06-10 20:34:50 +0000
commitfa676bbfc8a43e52a14e2ef7fb50a8adc8b6f684 (patch)
tree82164600574a65ceec710969ed5ec109fef3e64c /usr.bin/fetch/fetch.1
parent2a8f9ab57fd16fcef1bae3436cfaef9f977a5b52 (diff)
downloadsrc-fa676bbfc8a43e52a14e2ef7fb50a8adc8b6f684.tar.gz
src-fa676bbfc8a43e52a14e2ef7fb50a8adc8b6f684.zip
Revert 1.52. This should have been added to fetch.3.
Discussed with: des, ru
Notes
Notes: svn path=/head/; revision=116168
Diffstat (limited to 'usr.bin/fetch/fetch.1')
-rw-r--r--usr.bin/fetch/fetch.130
1 files changed, 1 insertions, 29 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1
index 1f27f55d1b14..905029b8db0e 100644
--- a/usr.bin/fetch/fetch.1
+++ b/usr.bin/fetch/fetch.1
@@ -228,34 +228,6 @@ connection.
All environment variables mentioned in the documentation for the
.Xr fetch 3
library are supported.
-.Sh EXAMPLES
-The various authentication mechanisms can be set using the
-following examples:
-.Pp
-If a proxy needed to be accessed on example.com
-than
-.Pp
-.Dv export HTTP_PROXY=http://trhodes:xxxxxx@proxy.example.com:8080
-.Pp
-should be used, where
-.Dq trhodes:xxxxxx
-would be the applicable username and password,
-.Dq example.com
-would be the domain name and
-.Dq portnum
-would be the required port number.
-The
-.Em HTTP_PROXY
-option uses:
-.Pp
-.Dv HTTP_PROXY="http://proxy.example.com:8080/"
-.Pp
-and
-.Em HTTP_PROXY_AUTH
-option would use the following example:
-.Pp
-.Dv export HTTP_PROXY_AUTH="basic:*:<user>:<password>"
-.Pp
.Sh SEE ALSO
.Xr sh 1 ,
.Xr fetch 3
@@ -294,4 +266,4 @@ One cannot both use the
.Fl c
and
.Fl f
-options and specify URLs on the command line. \ No newline at end of file
+options and specify URLs on the command line.