| 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 @@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] |
| 11 | 11 |
| 12 .SH DESCRIPTION | 12 .SH DESCRIPTION |
| 13 See the Google Chrome help center for help on using the browser. | 13 See the Google Chrome help center for help on using the browser. |
| 14 .IP | 14 .IP |
| 15 http://www.google.com/support/chrome/ | 15 http://www.google.com/support/chrome/ |
| 16 .PP | 16 .PP |
| 17 This manpage only describes invocation, environment, and arguments. | 17 This manpage only describes invocation, environment, and arguments. |
| 18 | 18 |
| 19 .SH OPTIONS | 19 .SH OPTIONS |
| 20 .TP | 20 .TP |
| 21 \fB\-\-user\-data\-dir\fR=\fIDIR\fR | 21 \fB\-\-user\-data\-dir\fR=\fIDIR\fR |
| 22 Specifies the directory that user data (your "profile") is kept in. | 22 Specifies the directory that user data (your "profile") is kept in. |
| 23 Defaults to | 23 Defaults to |
| 24 .IR ~/.config/@@FILENAME@@/Default . | 24 .IR ~/.config/@@CONFDIR@@/Default . |
| 25 Separate instances of @@NAME@@ must use separate user data directories; | 25 Separate instances of @@NAME@@ must use separate user data directories; |
| 26 repeated invocations of @@FILENAME@@ will reuse an existing process for | 26 repeated invocations of @@FILENAME@@ will reuse an existing process for |
| 27 a given user data directory. | 27 a given user data directory. |
| 28 | 28 |
| 29 .TP | 29 .TP |
| 30 \fB\-\-app\fR=\fIURL\fR | 30 \fB\-\-app\fR=\fIURL\fR |
| 31 Runs | 31 Runs |
| 32 .I URL | 32 .I URL |
| 33 in "app mode": with no browser toolbars. | 33 in "app mode": with no browser toolbars. |
| 34 | 34 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 52 .SH BUGS | 52 .SH BUGS |
| 53 Bug tracker: | 53 Bug tracker: |
| 54 .IP | 54 .IP |
| 55 http://code.google.com/p/chromium/issues/list | 55 http://code.google.com/p/chromium/issues/list |
| 56 .PP | 56 .PP |
| 57 Be sure to do your search within "All Issues" before reporting bugs, | 57 Be sure to do your search within "All Issues" before reporting bugs, |
| 58 and be sure to pick the "Defect on Linux" template when filing a new one. | 58 and be sure to pick the "Defect on Linux" template when filing a new one. |
| 59 | 59 |
| 60 .SH AUTHOR | 60 .SH AUTHOR |
| 61 The Chromium team \- <http://www.chromium.org> | 61 The Chromium team \- <http://www.chromium.org> |
| OLD | NEW |