summaryrefslogtreecommitdiffstats
path: root/chrome/app/resources/manpage.1.in
blob: 26fc1622f41f18de18f49448aeef37dc9ea8cda2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
." This file is processed by chrome.gyp to generate manpages in the
." build diretory.
.TH @@FILENAME@@ 1 "" "" "USER COMMANDS"

.SH NAME
@@FILENAME@@ \- the web browser from Google

.SH SYNOPSIS
.B @@FILENAME@@
[\fIOPTION\fR] [\fIPATH\fR|\fIURL\fR]

.SH DESCRIPTION
See the Google Chrome help center for help on using the browser.
.IP
http://www.google.com/support/chrome/
.PP
This manpage only describes invocation, environment, and arguments.

.SH OPTIONS
.TP
\fB\-\-user\-data\-dir\fR=\fIDIR\fR
Specifies the directory that user data (your "profile") is kept in.
Defaults to
.IR ~/.config/@@CONFDIR@@/Default .
Separate instances of @@NAME@@ must use separate user data directories;
repeated invocations of @@FILENAME@@ will reuse an existing process for
a given user data directory.

.TP
\fB\-\-app\fR=\fIURL\fR
Runs
.I URL
in "app mode": with no browser toolbars.

.PP
As a GTK+ app, @@NAME@@ also obeys GTK+ command-line flags, such
as
.BR \-\-display .
See
<http://library.gnome.org/devel/gtk/stable/gtk-running.html>
and
<http://library.gnome.org/devel/gtk/stable/gtk-x11.html> .

.SH ENVIRONMENT
@@NAME@@ obeys the
.B http_proxy
environment variable for setting the proxy.  This overrides any Gnome
proxy setting.

TODO(evanm): doc all the proxy-related environment settings.

.SH BUGS
Bug tracker:
.IP
http://code.google.com/p/chromium/issues/list
.PP
Be sure to do your search within "All Issues" before reporting bugs,
and be sure to pick the "Defect on Linux" template when filing a new one.

.SH AUTHOR
The Chromium team \- <http://www.chromium.org>