diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 18:34:49 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 18:34:49 +0000 |
commit | 5fa8a7078cfd464446c0b347ee6617b6e3c98a11 (patch) | |
tree | 15a95b47b17881324868e47e61193df559c31db0 /chrome/app | |
parent | 2f89e6a204ace2e53d2ddae7d6bd940e749c3b42 (diff) | |
download | chromium_src-5fa8a7078cfd464446c0b347ee6617b6e3c98a11.zip chromium_src-5fa8a7078cfd464446c0b347ee6617b6e3c98a11.tar.gz chromium_src-5fa8a7078cfd464446c0b347ee6617b6e3c98a11.tar.bz2 |
linux: generate a manpage
This is not intended to be complete; hopefully we can iterate from here.
Review URL: http://codereview.chromium.org/159198
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21298 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/resources/manpage.1.in | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/chrome/app/resources/manpage.1.in b/chrome/app/resources/manpage.1.in new file mode 100644 index 0000000..36a2be8 --- /dev/null +++ b/chrome/app/resources/manpage.1.in @@ -0,0 +1,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/@@FILENAME@@/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> |