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

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

Issue 1695023: linux: unify proxy config docs (Closed)
Patch Set: -linux Created 10 years, 8 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/browser_about_handler.cc » ('j') | 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 98a215d59a6f31b71f548c4465af45e23f77f316..719dcc906f89b5d7b87f5723dfad5040bf1a930d 100644
--- a/chrome/app/resources/manpage.1.in
+++ b/chrome/app/resources/manpage.1.in
@@ -52,8 +52,9 @@ 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.
+Defined and empty means "autodetect proxy settings", while non-empty
eroman 2010/04/28 01:41:26 Are you sure about this? I thought you needed to
Evan Martin 2010/04/28 01:48:23 Oh, I got overzealous in merging docs. The old do
+specifies the proxy autoconfig 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
@@ -86,6 +87,16 @@ command-line flags to set these when you want to force their values.
Specify proxy autoconfiguration. Defined and empty autodetects; otherwise,
it should be an autoconfig URL. But see above note about Gnome/KDE.
+.TP
+.B SOCKS_SERVER
+SOCKS proxy server (defaults to SOCKS v4, also set
+.B SOCKS_VERSION=5
+to use SOCKS v5).
+
+.TP
+.B no_proxy
+Comma separated list of hosts or patterns to bypass proxying.
+
.SH FILES
.TP
.I ~/.config/@@CONFDIR@@
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698