diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-10 16:51:41 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-10 16:51:41 +0000 |
commit | e6f7a4fc4a45e7688e3182ba27d70a8470d8bc34 (patch) | |
tree | e6b94c004f5afc90342a5a8982f9a448f61bc9dd /DOCS/documentation.html | |
parent | 81f4a0c2936b1cbdd79ecc770b7e330be27432e7 (diff) |
http_proxy environment variable should be lowercase.
Patch by Eric Lammerts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6382 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/documentation.html')
-rw-r--r-- | DOCS/documentation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 99a369d52c..7dc9d75460 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -1514,7 +1514,7 @@ use the -lircconf <filename> switch to specify another file.</P> <P><B>MPlayer</B> can play files from network, using the HTTP or MMS protocol.</P> <P>Playing goes by simply using adding the URL to the command line. <B>MPlayer</B> -also honours the HTTP_PROXY environment variable, and uses proxy if available. +also honours the http_proxy environment variable, and uses proxy if available. Proxy usage can also be forced :</P> <P><CODE>mplayer http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf</CODE></P> |