| 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 <https://support.google.com/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 @@NAME@@ has hundreds of undocumented command-line flags that are added | 20 @@NAME@@ has hundreds of undocumented command-line flags that are added |
| 21 and removed at the whim of the developers. Here, we document relatively | 21 and removed at the whim of the developers. Here, we document relatively |
| 22 stable flags. | 22 stable flags. |
| 23 .TP | 23 .TP |
| 24 \fB\-\-user\-data\-dir\fR=\fIDIR\fR | 24 \fB\-\-user\-data\-dir\fR=\fIDIR\fR |
| 25 Specifies the directory that user data (your "profile") is kept in. | 25 Specifies the directory that user data (your "profile") is kept in. |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 .SH BUGS | 157 .SH BUGS |
| 158 Bug tracker: | 158 Bug tracker: |
| 159 .IP | 159 .IP |
| 160 http://code.google.com/p/chromium/issues/list | 160 http://code.google.com/p/chromium/issues/list |
| 161 .PP | 161 .PP |
| 162 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, |
| 163 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. |
| 164 | 164 |
| 165 .SH AUTHOR | 165 .SH AUTHOR |
| 166 The Chromium team \- <http://www.chromium.org> | 166 The Chromium team \- <http://www.chromium.org> |
| OLD | NEW |