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 chromium-browser 1 "" "" "USER COMMANDS" | 3 .TH chromium-browser 1 "" "" "USER COMMANDS" |
4 | 4 |
5 .SH NAME | 5 .SH NAME |
6 chromium-browser \- the web browser from Google | 6 chromium-browser \- the web browser from Google |
7 | 7 |
8 .SH SYNOPSIS | 8 .SH SYNOPSIS |
9 .B chromium-browser | 9 .B chromium-browser |
10 [\fIOPTION\fR] [\fIPATH\fR|\fIURL\fR] | 10 [\fIOPTION\fR] [\fIPATH\fR|\fIURL\fR] |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 \fB\-\-proxy-auto-detect\fR | 86 \fB\-\-proxy-auto-detect\fR |
87 Autodetect proxy configuration. Overrides any environment variables | 87 Autodetect proxy configuration. Overrides any environment variables |
88 or settings picked via the options dialog. | 88 or settings picked via the options dialog. |
89 | 89 |
90 .TP | 90 .TP |
91 \fB\-\-proxy-pac-url\fR=\fIURL\fR | 91 \fB\-\-proxy-pac-url\fR=\fIURL\fR |
92 Specify proxy autoconfiguration URL. Overrides any environment variables | 92 Specify proxy autoconfiguration URL. Overrides any environment variables |
93 or settings picked via the options dialog. | 93 or settings picked via the options dialog. |
94 | 94 |
95 .TP | 95 .TP |
| 96 \fB\-\-password-store\fR=<\fIbasic\fR|\fIgnome\fR|\fIkwallet\fR> |
| 97 Set the password store to use. The default is to automatically detect based |
| 98 on the desktop environment. \fIbasic\fR selects the built in, unencrypted |
| 99 password store. \fIgnome\fR selects Gnome keyring. \fIkwallet\fR selects |
| 100 (KDE) KWallet. (Note that KWallet may not work reliably outside KDE.) |
| 101 |
| 102 .TP |
96 \fB\-\-version\fR | 103 \fB\-\-version\fR |
97 Show version information. | 104 Show version information. |
98 | 105 |
99 .PP | 106 .PP |
100 As a GTK+ app, Chromium also obeys GTK+ command-line flags, such | 107 As a GTK+ app, Chromium also obeys GTK+ command-line flags, such |
101 as | 108 as |
102 .BR \-\-display . | 109 .BR \-\-display . |
103 See the GTK documentation for more: | 110 See the GTK documentation for more: |
104 .IP | 111 .IP |
105 <http://library.gnome.org/devel/gtk/stable/gtk-running.html> | 112 <http://library.gnome.org/devel/gtk/stable/gtk-running.html> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 .SH BUGS | 157 .SH BUGS |
151 Bug tracker: | 158 Bug tracker: |
152 .IP | 159 .IP |
153 http://code.google.com/p/chromium/issues/list | 160 http://code.google.com/p/chromium/issues/list |
154 .PP | 161 .PP |
155 Be sure to do your search within "All Issues" before reporting bugs, | 162 Be sure to do your search within "All Issues" before reporting bugs, |
156 and be sure to pick the "Defect on Linux" template when filing a new one. | 163 and be sure to pick the "Defect on Linux" template when filing a new one. |
157 | 164 |
158 .SH AUTHOR | 165 .SH AUTHOR |
159 The Chromium team \- <http://www.chromium.org> | 166 The Chromium team \- <http://www.chromium.org> |
OLD | NEW |