Updated man page
This commit is contained in:
parent
6bd9bbbb15
commit
0115959c8c
31
firefox.1
31
firefox.1
@ -1,4 +1,4 @@
|
|||||||
.TH FIREFOX 1 "November 30, 2017" firefox "Linux User's Manual"
|
.TH FIREFOX 1 "July 10, 2019" firefox "Linux User's Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
firefox \- a Web browser for X11 derived from the Mozilla browser
|
firefox \- a Web browser for X11 derived from the Mozilla browser
|
||||||
|
|
||||||
@ -33,10 +33,10 @@ Make all warnings fatal
|
|||||||
|
|
||||||
.SS "Firefox options"
|
.SS "Firefox options"
|
||||||
.TP
|
.TP
|
||||||
.B \-h, \-help
|
.B \-h, \--help
|
||||||
Show summary of options.
|
Show summary of options.
|
||||||
.TP
|
.TP
|
||||||
.B \-v, \-version
|
.B \-v, \--version
|
||||||
Print Firefox version.
|
Print Firefox version.
|
||||||
.TP
|
.TP
|
||||||
\fB\-P\fR \fIprofile\fR
|
\fB\-P\fR \fIprofile\fR
|
||||||
@ -63,11 +63,22 @@ Start with \fIlocale\fR resources as UI Locale.
|
|||||||
\fB\-\-safe\-mode\fR
|
\fB\-\-safe\-mode\fR
|
||||||
Disables extensions and themes for this session.
|
Disables extensions and themes for this session.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\--allow-downgrade\fR
|
||||||
|
Allows downgrading a profile.
|
||||||
|
.TP
|
||||||
|
\fB\--MOZ_LOG\fR=\fImodules\fR
|
||||||
|
Treated as \fBMOZ_LOG\fR=\fImodules\fR environment variable, overrides it.
|
||||||
|
.TP
|
||||||
|
\fB\--MOZ_LOG_FILE\fR=\fIfile\fR
|
||||||
|
Treated as \fBMOZ_LOG_FILE\fR=\fIfile\fR environment variable, overrides it. If
|
||||||
|
MOZ_LOG_FILE is not specified as an argument or as an environment variable,
|
||||||
|
logging will be written to stdout.
|
||||||
|
.TP
|
||||||
\fB\-\-headless\fR
|
\fB\-\-headless\fR
|
||||||
Run without a GUI.
|
Run without a GUI.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-marionette\fR
|
\fB\-\-save-recordings\fR
|
||||||
Enable remote control server.
|
Save recordings for all content processes to a directory.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-browser\fR
|
\fB\-\-browser\fR
|
||||||
Open a browser window.
|
Open a browser window.
|
||||||
@ -93,8 +104,9 @@ Width and optionally height of screenshot.
|
|||||||
\fB\-\-search\fR \fIterm\fR
|
\fB\-\-search\fR \fIterm\fR
|
||||||
Search \fIterm\fR with your default search engine.
|
Search \fIterm\fR with your default search engine.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-setDefaultBrowser\fR
|
||||||
|
Set this app as the default browser.
|
||||||
|
.TP
|
||||||
\fB\-\-jsconsole\fR
|
\fB\-\-jsconsole\fR
|
||||||
Open the Browser Console.
|
Open the Browser Console.
|
||||||
.TP
|
.TP
|
||||||
@ -115,9 +127,6 @@ Record drawing for a given URL.
|
|||||||
.TP
|
.TP
|
||||||
\fB\-\-recording-output\fR \fIfile\fR
|
\fB\-\-recording-output\fR \fIfile\fR
|
||||||
Specify destination file for a drawing recording.
|
Specify destination file for a drawing recording.
|
||||||
.TP
|
|
||||||
\fB\-\-setDefaultBrowser\fR
|
|
||||||
Set this app as the default browser.
|
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
\fI/usr/bin/firefox\fR - shell script wrapping
|
\fI/usr/bin/firefox\fR - shell script wrapping
|
||||||
@ -127,7 +136,7 @@ Set this app as the default browser.
|
|||||||
executable
|
executable
|
||||||
|
|
||||||
.SH VERSION
|
.SH VERSION
|
||||||
57.0
|
68.0
|
||||||
|
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
To report a bug, please visit \fIhttp://bugzilla.mozilla.org/\fR
|
To report a bug, please visit \fIhttp://bugzilla.mozilla.org/\fR
|
||||||
|
@ -169,7 +169,7 @@ ExcludeArch: i686
|
|||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 118.0.1
|
Version: 118.0.1
|
||||||
Release: 3%{?pre_tag}%{?dist}
|
Release: 4%{?pre_tag}%{?dist}
|
||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
|
||||||
@ -1117,6 +1117,9 @@ fi
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 2 2023 Martin Stransky <stransky@redhat.com>- 118.0.1-4
|
||||||
|
- Updated man page
|
||||||
|
|
||||||
* Mon Oct 2 2023 Martin Stransky <stransky@redhat.com>- 118.0.1-3
|
* Mon Oct 2 2023 Martin Stransky <stransky@redhat.com>- 118.0.1-3
|
||||||
- Avoid to launch Firefox by gnome-shell search
|
- Avoid to launch Firefox by gnome-shell search
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user