Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2944)

Unified Diff: chrome/app/resources/manpage.1.in

Issue 217018: linux: manpage update to reflect proxy-setting reality (Closed)
Patch Set: review Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/manpage.1.in
diff --git a/chrome/app/resources/manpage.1.in b/chrome/app/resources/manpage.1.in
index a461d35c0a5da532bfafe142a8bfc1ded8d90072..edbf6a656af60876d5d437b2aa62c6cf2f1c1550 100644
--- a/chrome/app/resources/manpage.1.in
+++ b/chrome/app/resources/manpage.1.in
@@ -35,6 +35,26 @@ Runs
.I URL
in "app mode": with no browser toolbars.
+.TP
+\fB\-\-proxy-server\fR=\fIhost:port\fR
+Specify the HTTP/HTTPS proxy server. Overrides any environment variables
+or settings picked via the options dialog.
+
+.TP
+\fB\-\-no-proxy-server\fR
+Disables the proxy server. Overrides any environment variables or
+settings picked via the options dialog.
+
+.TP
+\fB\-\-proxy-auto-detect\fR
+Autodetect proxy configuration. Overrides any environment variables
+or settings picked via the options dialog.
+
+.TP
+\fB\-\-proxy-pac-url\fR=\fIURL\fR
+Specify proxy autoconfiguration URL. Overrides any environment variables
+or settings picked via the options dialog.
+
.PP
As a GTK+ app, @@NAME@@ also obeys GTK+ command-line flags, such
as
@@ -53,24 +73,18 @@ Shorthand for specifying all of
.B http_proxy, https_proxy, ftp_proxy
.TP
-.B http_proxy
-The proxy server used for HTTP. This overrides any Gnome/KDE proxy
-setting.
-
-.TP
-.B http_proxy
-The proxy server used for HTTPS. This overrides any Gnome/KDE proxy
-setting.
-
-.TP
-.B ftp_proxy
-The proxy server used for FTP. This overrides any Gnome/KDE proxy
-setting.
+.B http_proxy, https_proxy, ftp_proxy
+The proxy servers used for HTTP, HTTPS, and FTP.
+.I Note:
+because Gnome/KDE proxy settings may propagated into these variables
Mike Mammarella 2009/09/22 21:44:40 "may propagate" or "may be propagated", pick one :
+in some terminals, this variable is ignored (in preference for actual
+system proxy settings) when running under Gnome or KDE. Use the
+command-line flags to set these when you want to force their values.
.TP
.B auto_proxy
Specify proxy autoconfiguration. Defined and empty autodetects; otherwise,
-it should be an autoconfig URL.
+it should be an autoconfig URL. But see above note about Gnome/KDE.
.SH FILES
.TP
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698