| Index: chrome_linux/chrome.1
|
| ===================================================================
|
| --- chrome_linux/chrome.1 (revision 229864)
|
| +++ chrome_linux/chrome.1 (working copy)
|
| @@ -1,12 +1,12 @@
|
| ." This file is processed by chrome.gyp to generate manpages in the
|
| ." build diretory.
|
| -.TH chromium-browser 1 "" "" "USER COMMANDS"
|
| +.TH google-chrome 1 "" "" "USER COMMANDS"
|
|
|
| .SH NAME
|
| -chromium-browser \- the web browser from Google
|
| +google-chrome \- the web browser from Google
|
|
|
| .SH SYNOPSIS
|
| -.B chromium-browser
|
| +.B google-chrome
|
| [\fIOPTION\fR] [\fIPATH\fR|\fIURL\fR]
|
|
|
| .SH DESCRIPTION
|
| @@ -17,16 +17,16 @@
|
| This manpage only describes invocation, environment, and arguments.
|
|
|
| .SH OPTIONS
|
| -Chromium has hundreds of undocumented command-line flags that are added
|
| +Google Chrome has hundreds of undocumented command-line flags that are added
|
| and removed at the whim of the developers. Here, we document relatively
|
| stable flags.
|
| .TP
|
| \fB\-\-user\-data\-dir\fR=\fIDIR\fR
|
| Specifies the directory that user data (your "profile") is kept in.
|
| Defaults to
|
| -.I ~/.config/chromium .
|
| -Separate instances of Chromium must use separate user data directories;
|
| -repeated invocations of chromium-browser will reuse an existing process for
|
| +.I ~/.config/google-chrome .
|
| +Separate instances of Google Chrome must use separate user data directories;
|
| +repeated invocations of google-chrome will reuse an existing process for
|
| a given user data directory.
|
|
|
| .TP
|
| @@ -104,7 +104,7 @@
|
| Show version information.
|
|
|
| .PP
|
| -As a GTK+ app, Chromium also obeys GTK+ command-line flags, such
|
| +As a GTK+ app, Google Chrome also obeys GTK+ command-line flags, such
|
| as
|
| .BR \-\-display .
|
| See the GTK documentation for more:
|
| @@ -113,7 +113,7 @@
|
| <http://library.gnome.org/devel/gtk/stable/gtk-x11.html>
|
|
|
| .SH ENVIRONMENT
|
| -Chromium obeys the following environment variables:
|
| +Google Chrome obeys the following environment variables:
|
|
|
| .TP
|
| .B all_proxy
|
| @@ -146,11 +146,11 @@
|
|
|
| .SH FILES
|
| .TP
|
| -.I ~/.config/chromium
|
| +.I ~/.config/google-chrome
|
| Default directory for configuration data.
|
|
|
| .TP
|
| -.I ~/.cache/chromium
|
| +.I ~/.cache/google-chrome
|
| Default directory for cache data. (Why? See
|
| <http://standards.freedesktop.org/basedir-spec/latest/> .)
|
|
|
|
|