OLD | NEW |
---|---|
1 ." This file is processed by chrome.gyp to generate manpages in the | 1 ." This file is processed by chrome.gyp to generate manpages in the |
2 ." build diretory. | 2 ." build diretory. |
3 .TH @@FILENAME@@ 1 "" "" "USER COMMANDS" | 3 .TH @@FILENAME@@ 1 "" "" "USER COMMANDS" |
4 | 4 |
5 .SH NAME | 5 .SH NAME |
6 @@FILENAME@@ \- the web browser from Google | 6 @@FILENAME@@ \- the web browser from Google |
7 | 7 |
8 .SH SYNOPSIS | 8 .SH SYNOPSIS |
9 .B @@FILENAME@@ | 9 .B @@FILENAME@@ |
10 [\fIOPTION\fR] [\fIPATH\fR|\fIURL\fR] | 10 [\fIOPTION\fR] [\fIPATH\fR|\fIURL\fR] |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
45 Disables the proxy server. Overrides any environment variables or | 45 Disables the proxy server. Overrides any environment variables or |
46 settings picked via the options dialog. | 46 settings picked via the options dialog. |
47 | 47 |
48 .TP | 48 .TP |
49 \fB\-\-proxy-auto-detect\fR | 49 \fB\-\-proxy-auto-detect\fR |
50 Autodetect proxy configuration. Overrides any environment variables | 50 Autodetect proxy configuration. Overrides any environment variables |
51 or settings picked via the options dialog. | 51 or settings picked via the options dialog. |
52 | 52 |
53 .TP | 53 .TP |
54 \fB\-\-proxy-pac-url\fR=\fIURL\fR | 54 \fB\-\-proxy-pac-url\fR=\fIURL\fR |
55 Specify proxy autoconfiguration URL. Overrides any environment variables | 55 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
| |
56 or settings picked via the options dialog. | 56 specifies the proxy autoconfig URL. Overrides any environment |
57 variables or settings picked via the options dialog. | |
57 | 58 |
58 .PP | 59 .PP |
59 As a GTK+ app, @@NAME@@ also obeys GTK+ command-line flags, such | 60 As a GTK+ app, @@NAME@@ also obeys GTK+ command-line flags, such |
60 as | 61 as |
61 .BR \-\-display . | 62 .BR \-\-display . |
62 See the GTK documentation for more: | 63 See the GTK documentation for more: |
63 .IP | 64 .IP |
64 <http://library.gnome.org/devel/gtk/stable/gtk-running.html> | 65 <http://library.gnome.org/devel/gtk/stable/gtk-running.html> |
65 <http://library.gnome.org/devel/gtk/stable/gtk-x11.html> | 66 <http://library.gnome.org/devel/gtk/stable/gtk-x11.html> |
66 | 67 |
(...skipping 12 matching lines...) Expand all Loading... | |
79 because Gnome/KDE proxy settings may propagate into these variables | 80 because Gnome/KDE proxy settings may propagate into these variables |
80 in some terminals, this variable is ignored (in preference for actual | 81 in some terminals, this variable is ignored (in preference for actual |
81 system proxy settings) when running under Gnome or KDE. Use the | 82 system proxy settings) when running under Gnome or KDE. Use the |
82 command-line flags to set these when you want to force their values. | 83 command-line flags to set these when you want to force their values. |
83 | 84 |
84 .TP | 85 .TP |
85 .B auto_proxy | 86 .B auto_proxy |
86 Specify proxy autoconfiguration. Defined and empty autodetects; otherwise, | 87 Specify proxy autoconfiguration. Defined and empty autodetects; otherwise, |
87 it should be an autoconfig URL. But see above note about Gnome/KDE. | 88 it should be an autoconfig URL. But see above note about Gnome/KDE. |
88 | 89 |
90 .TP | |
91 .B SOCKS_SERVER | |
92 SOCKS proxy server (defaults to SOCKS v4, also set | |
93 .B SOCKS_VERSION=5 | |
94 to use SOCKS v5). | |
95 | |
96 .TP | |
97 .B no_proxy | |
98 Comma separated list of hosts or patterns to bypass proxying. | |
99 | |
89 .SH FILES | 100 .SH FILES |
90 .TP | 101 .TP |
91 .I ~/.config/@@CONFDIR@@ | 102 .I ~/.config/@@CONFDIR@@ |
92 Default directory for configuration data. | 103 Default directory for configuration data. |
93 | 104 |
94 .TP | 105 .TP |
95 .I ~/.cache/@@CONFDIR@@ | 106 .I ~/.cache/@@CONFDIR@@ |
96 Default directory for cache data. (Why? See | 107 Default directory for cache data. (Why? See |
97 <http://standards.freedesktop.org/basedir-spec/latest/> .) | 108 <http://standards.freedesktop.org/basedir-spec/latest/> .) |
98 | 109 |
99 .SH BUGS | 110 .SH BUGS |
100 Bug tracker: | 111 Bug tracker: |
101 .IP | 112 .IP |
102 http://code.google.com/p/chromium/issues/list | 113 http://code.google.com/p/chromium/issues/list |
103 .PP | 114 .PP |
104 Be sure to do your search within "All Issues" before reporting bugs, | 115 Be sure to do your search within "All Issues" before reporting bugs, |
105 and be sure to pick the "Defect on Linux" template when filing a new one. | 116 and be sure to pick the "Defect on Linux" template when filing a new one. |
106 | 117 |
107 .SH AUTHOR | 118 .SH AUTHOR |
108 The Chromium team \- <http://www.chromium.org> | 119 The Chromium team \- <http://www.chromium.org> |
OLD | NEW |