aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-09-12 05:21:12 +0000
committerLibravatar GitHub <noreply@github.com>2024-09-12 05:21:12 +0000
commitb3d693063a6e5a4ed4c5020567f224f2be3d9803 (patch)
tree203450f07be571b4274db6a702f2d2e472875d0f /src/man
parentdocs: man: sort commands (firejail.1) (#6451) (diff)
downloadfirejail-b3d693063a6e5a4ed4c5020567f224f2be3d9803.tar.gz
firejail-b3d693063a6e5a4ed4c5020567f224f2be3d9803.tar.zst
firejail-b3d693063a6e5a4ed4c5020567f224f2be3d9803.zip
docs: man: fix bold in command TPs (#6472)
Reset the bold right after each command/argument. Command used to check for issues: git grep -E ' \\fR' -- src/man/*.in Related commits: * e91b9ff0f ("Deprecate --nodbus option", 2020-04-07) / PR #3265 * 5a612029b ("rename noautopulse to keep-config-pulse", 2021-05-13) / PR #4278 * d79547ca9 ("docs: warn about limitations of landlock", 2024-03-31) / PR #6302 This is a follow-up to #6451. Relates to #6078.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.5.in16
-rw-r--r--src/man/firejail.1.in16
2 files changed, 16 insertions, 16 deletions
diff --git a/src/man/firejail-profile.5.in b/src/man/firejail-profile.5.in
index 4d725ed99..79144b9fd 100644
--- a/src/man/firejail-profile.5.in
+++ b/src/man/firejail-profile.5.in
@@ -511,30 +511,30 @@ Blacklist all Linux capabilities.
511Whitelist given Linux capabilities. 511Whitelist given Linux capabilities.
512#ifdef HAVE_LANDLOCK 512#ifdef HAVE_LANDLOCK
513.TP 513.TP
514\fBlandlock.enforce (experimental) 514\fBlandlock.enforce\fR (experimental)
515Enforce the Landlock ruleset. 515Enforce the Landlock ruleset.
516.PP 516.PP
517Without it, the other Landlock commands have no effect. 517Without it, the other Landlock commands have no effect.
518.TP 518.TP
519\fBlandlock.fs.read path (experimental) 519\fBlandlock.fs.read path\fR (experimental)
520Create a Landlock ruleset (if it doesn't already exist) and add a read access 520Create a Landlock ruleset (if it doesn't already exist) and add a read access
521rule for path. 521rule for path.
522.TP 522.TP
523\fBlandlock.fs.write path (experimental) 523\fBlandlock.fs.write path\fR (experimental)
524Create a Landlock ruleset (if it doesn't already exist) and add a write access 524Create a Landlock ruleset (if it doesn't already exist) and add a write access
525rule for path. 525rule for path.
526.TP 526.TP
527\fBlandlock.fs.makeipc path (experimental) 527\fBlandlock.fs.makeipc path\fR (experimental)
528Create a Landlock ruleset (if it doesn't already exist) and add a rule that 528Create a Landlock ruleset (if it doesn't already exist) and add a rule that
529allows the creation of named pipes (FIFOs) and Unix domain sockets beneath 529allows the creation of named pipes (FIFOs) and Unix domain sockets beneath
530the given path. 530the given path.
531.TP 531.TP
532\fBlandlock.fs.makedev path (experimental) 532\fBlandlock.fs.makedev path\fR (experimental)
533Create a Landlock ruleset (if it doesn't already exist) and add a rule that 533Create a Landlock ruleset (if it doesn't already exist) and add a rule that
534allows the creation of block devices and character devices beneath the given 534allows the creation of block devices and character devices beneath the given
535path. 535path.
536.TP 536.TP
537\fBlandlock.fs.execute path (experimental) 537\fBlandlock.fs.execute path\fR (experimental)
538Create a Landlock ruleset (if it doesn't already exist) and add an execution 538Create a Landlock ruleset (if it doesn't already exist) and add an execution
539permission rule for path. 539permission rule for path.
540#endif 540#endif
@@ -704,7 +704,7 @@ Allow the application to see but not talk to the name org.freedesktop.Notificati
704\fBdbus-user.talk org.freedesktop.Notifications 704\fBdbus-user.talk org.freedesktop.Notifications
705Allow the application to talk to the name org.freedesktop.Notifications on the session DBus. 705Allow the application to talk to the name org.freedesktop.Notifications on the session DBus.
706.TP 706.TP
707\fBnodbus \fR(deprecated) 707\fBnodbus\fR (deprecated)
708Disable D-Bus access (both system and session buses). Equivalent to dbus-system none and dbus-user none. 708Disable D-Bus access (both system and session buses). Equivalent to dbus-system none and dbus-user none.
709.TP 709.TP
710.br 710.br
@@ -804,7 +804,7 @@ name browser
804\fBno3d 804\fBno3d
805Disable 3D hardware acceleration. 805Disable 3D hardware acceleration.
806.TP 806.TP
807\fBnoautopulse \fR(deprecated) 807\fBnoautopulse\fR (deprecated)
808See keep-config-pulse. 808See keep-config-pulse.
809.TP 809.TP
810\fBnodvd 810\fBnodvd
diff --git a/src/man/firejail.1.in b/src/man/firejail.1.in
index bf447be93..d6949133d 100644
--- a/src/man/firejail.1.in
+++ b/src/man/firejail.1.in
@@ -1241,30 +1241,30 @@ $ firejail --keep-var-tmp
1241 1241
1242#ifdef HAVE_LANDLOCK 1242#ifdef HAVE_LANDLOCK
1243.TP 1243.TP
1244\fB\-\-landlock.enforce (experimental) 1244\fB\-\-landlock.enforce\fR (experimental)
1245Enforce the Landlock ruleset. 1245Enforce the Landlock ruleset.
1246Without it, the other Landlock commands have no effect. 1246Without it, the other Landlock commands have no effect.
1247See the \fBLANDLOCK\fR section for more information. 1247See the \fBLANDLOCK\fR section for more information.
1248.TP 1248.TP
1249\fB\-\-landlock.fs.read=path (experimental) 1249\fB\-\-landlock.fs.read=path\fR (experimental)
1250Create a Landlock ruleset (if it doesn't already exist) and add a read access 1250Create a Landlock ruleset (if it doesn't already exist) and add a read access
1251rule for path. 1251rule for path.
1252.TP 1252.TP
1253\fB\-\-landlock.fs.write=path (experimental) 1253\fB\-\-landlock.fs.write=path\fR (experimental)
1254Create a Landlock ruleset (if it doesn't already exist) and add a write access 1254Create a Landlock ruleset (if it doesn't already exist) and add a write access
1255rule for path. 1255rule for path.
1256.TP 1256.TP
1257\fB\-\-landlock.fs.makeipc=path (experimental) 1257\fB\-\-landlock.fs.makeipc=path\fR (experimental)
1258Create a Landlock ruleset (if it doesn't already exist) and add a rule that 1258Create a Landlock ruleset (if it doesn't already exist) and add a rule that
1259allows the creation of named pipes (FIFOs) and Unix domain sockets beneath 1259allows the creation of named pipes (FIFOs) and Unix domain sockets beneath
1260the given path. 1260the given path.
1261.TP 1261.TP
1262\fB\-\-landlock.fs.makedev=path (experimental) 1262\fB\-\-landlock.fs.makedev=path\fR (experimental)
1263Create a Landlock ruleset (if it doesn't already exist) and add a rule that 1263Create a Landlock ruleset (if it doesn't already exist) and add a rule that
1264allows the creation of block devices and character devices beneath the given 1264allows the creation of block devices and character devices beneath the given
1265path. 1265path.
1266.TP 1266.TP
1267\fB\-\-landlock.fs.execute=path (experimental) 1267\fB\-\-landlock.fs.execute=path\fR (experimental)
1268Create a Landlock ruleset (if it doesn't already exist) and add an execution 1268Create a Landlock ruleset (if it doesn't already exist) and add an execution
1269permission rule for path. 1269permission rule for path.
1270.br 1270.br
@@ -1727,7 +1727,7 @@ Example:
1727$ firejail --no3d firefox 1727$ firejail --no3d firefox
1728 1728
1729.TP 1729.TP
1730\fB\-\-noautopulse \fR(deprecated) 1730\fB\-\-noautopulse\fR (deprecated)
1731See --keep-config-pulse. 1731See --keep-config-pulse.
1732 1732
1733.TP 1733.TP
@@ -1773,7 +1773,7 @@ $ nc dict.org 2628
1773220 pan.alephnull.com dictd 1.12.1/rf on Linux 3.14-1-amd64 1773220 pan.alephnull.com dictd 1.12.1/rf on Linux 3.14-1-amd64
1774.br 1774.br
1775.TP 1775.TP
1776\fB\-\-nodbus \fR(deprecated) 1776\fB\-\-nodbus\fR (deprecated)
1777#ifdef HAVE_DBUSPROXY 1777#ifdef HAVE_DBUSPROXY
1778Disable D-Bus access (both system and session buses). Equivalent to --dbus-system=none --dbus-user=none. 1778Disable D-Bus access (both system and session buses). Equivalent to --dbus-system=none --dbus-user=none.
1779.br 1779.br