diff options
Diffstat (limited to 'firefox.1')
-rw-r--r-- | firefox.1 | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/firefox.1 b/firefox.1 new file mode 100644 index 0000000..e6054c7 --- /dev/null +++ b/firefox.1 @@ -0,0 +1,125 @@ +.TH MOZILLA-FIREBIRD 1 "August 07, 2001" mozilla-firebird "Linux User's Manual" +.SH NAME +mozilla-firebird \- a Web browser for X11 derived from the Mozilla browser + +.SH SYNOPSIS +.B mozilla-firebird +[\fIOPTIONS\fR] [\fIURL\fR] + +.B MozillaFirebird-bin +[\fIOPTIONS\fR] [\fIURL\fR] + +.SH DESCRIPTION +\fBMozilla Firebird\fR is an open-source web browser, designed for +standards compliance, performance and portability. + +.SH USAGE +\fBmozilla-firebird\fR is a simple shell script that will set up the +environment for the actual executable, \fBMozillaFirebird-bin\fR. + +.SH OPTIONS +A summary of the options supported by \fBmozilla-firebird\fR is included below. + +.SS "GTK options" +\fB\-\-gdk-debug=\fR\fIFLAGS\fR +Gdk debugging flags to set +.TP +\fB\-\-gdk-no-debug=\fR\fIFLAGS\fR +Gdk debugging flags to unset +.TP +\fB\-\-gtk-debug=\fR\fIFLAGS\fR +Gtk+ debugging flags to set +.TP +\fB\-\-gtk-no-debug=\fR\fIFLAGS\fR +Gtk+ debugging flags to unset +.TP +\fB\-\-gtk-module=\fR\fIMODULE\fR +Load an additional Gtk module + +.SS "X11 options" +.TP +.BI \-\-display= DISPLAY +X display to use +.TP +.B \--sync +Make X calls synchronous +.TP +.B \-\-no-xshm +Don't use X shared memory extension +.TP +.BI \-\-xim-preedit= STYLE +.TP +.BI \-\-xim-status= STYLE +.TP +.B \-\-g-fatal-warnings +Make all warnings fatal + +.SS "Mozilla options" +.TP +\fB\-height\fR \fIvalue\fR +Set height of startup window to \fIvalue\fR. +.TP +.B \-h, \-help +Show summary of options. +.TP +.B \-installer +Start with 4.x migration window. +.TP +\fB\-width\fR \fIvalue\fR +Set width of startup window to \fIvalue\fR. +.TP +.B \-v, \-version +Print \fB/usr/bin/mozilla-bin\fR version. +.TP +\fB\-CreateProfile\fR \fIprofile\fR +Create \fIprofile\fR. +.TP +\fB\-P\fR \fIprofile\fR +Start with \fIprofile\fR. +.TP +.B \-ProfileWizard +Start with profile wizard. +.TP +.B \-ProfileManager +Start with profile manager. +.TP +.B \-SelectProfile +Start with profile selection dialog. +.TP +\fB\-lang\fR \fIlang-region\fR +Start with \fIlang-region\fR resources. +.TP +\fB\-remote\fR \fIcommand\fR +Execute \fIcommand\fR in an already running Mozilla process. For more info, +see: \fIhttp://www.mozilla.org/unix/remote.html\fR +.TP +.B \-splash +Enable splash screen. +.TP +.B \-jsconsole +Start with Javascript Console +.TP +\fB\-chrome\fR \fIurl\fR +Load the specified chrome. +.TP + +.SH FILES +\fI/usr/bin/mozilla-firebird\fR - shell script wrapping +\fBmozilla-firebird\fR +.br +\fI/usr/lib/mozilla/MozillaFirebird-bin\fR - \fBmozilla-firebird\fR +executable + +.SH VERSION +1.3.1 + +.SH BUGS +To report a bug, please visit \fIhttp://bugzilla.mozilla.org/\fR + +.SH "SEE ALSO" +.BR mozilla(1) + +.SH AUTHORS +.TP +.B The Mozilla Organization +.I http://www.mozilla.org/about.html |