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

Side by Side Diff: chrome_linux/chrome.1

Issue 7192017: Update reference builds to r89207. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: '' Created 9 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome_linux/chrome ('k') | chrome_linux/chrome.pak » ('j') | 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 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
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
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>
OLDNEW
« no previous file with comments | « chrome_linux/chrome ('k') | chrome_linux/chrome.pak » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698