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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 17 matching lines...) Expand all
28 Separate instances of @@NAME@@ must use separate user data directories; 28 Separate instances of @@NAME@@ must use separate user data directories;
29 repeated invocations of @@FILENAME@@ will reuse an existing process for 29 repeated invocations of @@FILENAME@@ will reuse an existing process for
30 a given user data directory. 30 a given user data directory.
31 31
32 .TP 32 .TP
33 \fB\-\-app\fR=\fIURL\fR 33 \fB\-\-app\fR=\fIURL\fR
34 Runs 34 Runs
35 .I URL 35 .I URL
36 in "app mode": with no browser toolbars. 36 in "app mode": with no browser toolbars.
37 37
38 .TP
39 \fB\-\-proxy-server\fR=\fIhost:port\fR
40 Specify the HTTP/HTTPS proxy server. Overrides any environment variables
41 or settings picked via the options dialog.
42
43 .TP
44 \fB\-\-no-proxy-server\fR
45 Disables the proxy server. Overrides any environment variables or
46 settings picked via the options dialog.
47
48 .TP
49 \fB\-\-proxy-auto-detect\fR
50 Autodetect proxy configuration. Overrides any environment variables
51 or settings picked via the options dialog.
52
53 .TP
54 \fB\-\-proxy-pac-url\fR=\fIURL\fR
55 Specify proxy autoconfiguration URL. Overrides any environment variables
56 or settings picked via the options dialog.
57
38 .PP 58 .PP
39 As a GTK+ app, @@NAME@@ also obeys GTK+ command-line flags, such 59 As a GTK+ app, @@NAME@@ also obeys GTK+ command-line flags, such
40 as 60 as
41 .BR \-\-display . 61 .BR \-\-display .
42 See the GTK documentation for more: 62 See the GTK documentation for more:
43 .IP 63 .IP
44 <http://library.gnome.org/devel/gtk/stable/gtk-running.html> 64 <http://library.gnome.org/devel/gtk/stable/gtk-running.html>
45 <http://library.gnome.org/devel/gtk/stable/gtk-x11.html> 65 <http://library.gnome.org/devel/gtk/stable/gtk-x11.html>
46 66
47 .SH ENVIRONMENT 67 .SH ENVIRONMENT
48 @@NAME@@ obeys the following environment variables: 68 @@NAME@@ obeys the following environment variables:
49 69
50 .TP 70 .TP
51 .B all_proxy 71 .B all_proxy
52 Shorthand for specifying all of 72 Shorthand for specifying all of
53 .B http_proxy, https_proxy, ftp_proxy 73 .B http_proxy, https_proxy, ftp_proxy
54 74
55 .TP 75 .TP
56 .B http_proxy 76 .B http_proxy, https_proxy, ftp_proxy
57 The proxy server used for HTTP. This overrides any Gnome/KDE proxy 77 The proxy servers used for HTTP, HTTPS, and FTP.
58 setting. 78 .I Note:
59 79 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 :
60 .TP 80 in some terminals, this variable is ignored (in preference for actual
61 .B http_proxy 81 system proxy settings) when running under Gnome or KDE. Use the
62 The proxy server used for HTTPS. This overrides any Gnome/KDE proxy 82 command-line flags to set these when you want to force their values.
63 setting.
64
65 .TP
66 .B ftp_proxy
67 The proxy server used for FTP. This overrides any Gnome/KDE proxy
68 setting.
69 83
70 .TP 84 .TP
71 .B auto_proxy 85 .B auto_proxy
72 Specify proxy autoconfiguration. Defined and empty autodetects; otherwise, 86 Specify proxy autoconfiguration. Defined and empty autodetects; otherwise,
73 it should be an autoconfig URL. 87 it should be an autoconfig URL. But see above note about Gnome/KDE.
74 88
75 .SH FILES 89 .SH FILES
76 .TP 90 .TP
77 .I ~/.config/@@CONFDIR@@ 91 .I ~/.config/@@CONFDIR@@
78 Default directory for configuration data. 92 Default directory for configuration data.
79 93
80 .TP 94 .TP
81 .I ~/.cache/@@CONFDIR@@ 95 .I ~/.cache/@@CONFDIR@@
82 Default directory for cache data. (Why? See 96 Default directory for cache data. (Why? See
83 <http://standards.freedesktop.org/basedir-spec/latest/> .) 97 <http://standards.freedesktop.org/basedir-spec/latest/> .)
84 98
85 .SH BUGS 99 .SH BUGS
86 Bug tracker: 100 Bug tracker:
87 .IP 101 .IP
88 http://code.google.com/p/chromium/issues/list 102 http://code.google.com/p/chromium/issues/list
89 .PP 103 .PP
90 Be sure to do your search within "All Issues" before reporting bugs, 104 Be sure to do your search within "All Issues" before reporting bugs,
91 and be sure to pick the "Defect on Linux" template when filing a new one. 105 and be sure to pick the "Defect on Linux" template when filing a new one.
92 106
93 .SH AUTHOR 107 .SH AUTHOR
94 The Chromium team \- <http://www.chromium.org> 108 The Chromium team \- <http://www.chromium.org>
OLDNEW
« 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