Skip to content

Commit b3d6930

Browse files
authored
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: * e91b9ff ("Deprecate --nodbus option", 2020-04-07) / PR #3265 * 5a61202 ("rename noautopulse to keep-config-pulse", 2021-05-13) / PR #4278 * d79547c ("docs: warn about limitations of landlock", 2024-03-31) / PR #6302 This is a follow-up to #6451. Relates to #6078.
1 parent 780aea3 commit b3d6930

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

src/man/firejail-profile.5.in

+8-8
Original file line numberDiff line numberDiff line change
@@ -511,30 +511,30 @@ Blacklist all Linux capabilities.
511511
Whitelist given Linux capabilities.
512512
#ifdef HAVE_LANDLOCK
513513
.TP
514-
\fBlandlock.enforce (experimental)
514+
\fBlandlock.enforce\fR (experimental)
515515
Enforce the Landlock ruleset.
516516
.PP
517517
Without it, the other Landlock commands have no effect.
518518
.TP
519-
\fBlandlock.fs.read path (experimental)
519+
\fBlandlock.fs.read path\fR (experimental)
520520
Create a Landlock ruleset (if it doesn't already exist) and add a read access
521521
rule for path.
522522
.TP
523-
\fBlandlock.fs.write path (experimental)
523+
\fBlandlock.fs.write path\fR (experimental)
524524
Create a Landlock ruleset (if it doesn't already exist) and add a write access
525525
rule for path.
526526
.TP
527-
\fBlandlock.fs.makeipc path (experimental)
527+
\fBlandlock.fs.makeipc path\fR (experimental)
528528
Create a Landlock ruleset (if it doesn't already exist) and add a rule that
529529
allows the creation of named pipes (FIFOs) and Unix domain sockets beneath
530530
the given path.
531531
.TP
532-
\fBlandlock.fs.makedev path (experimental)
532+
\fBlandlock.fs.makedev path\fR (experimental)
533533
Create a Landlock ruleset (if it doesn't already exist) and add a rule that
534534
allows the creation of block devices and character devices beneath the given
535535
path.
536536
.TP
537-
\fBlandlock.fs.execute path (experimental)
537+
\fBlandlock.fs.execute path\fR (experimental)
538538
Create a Landlock ruleset (if it doesn't already exist) and add an execution
539539
permission rule for path.
540540
#endif
@@ -704,7 +704,7 @@ Allow the application to see but not talk to the name org.freedesktop.Notificati
704704
\fBdbus-user.talk org.freedesktop.Notifications
705705
Allow the application to talk to the name org.freedesktop.Notifications on the session DBus.
706706
.TP
707-
\fBnodbus \fR(deprecated)
707+
\fBnodbus\fR (deprecated)
708708
Disable D-Bus access (both system and session buses). Equivalent to dbus-system none and dbus-user none.
709709
.TP
710710
.br
@@ -804,7 +804,7 @@ name browser
804804
\fBno3d
805805
Disable 3D hardware acceleration.
806806
.TP
807-
\fBnoautopulse \fR(deprecated)
807+
\fBnoautopulse\fR (deprecated)
808808
See keep-config-pulse.
809809
.TP
810810
\fBnodvd

src/man/firejail.1.in

+8-8
Original file line numberDiff line numberDiff line change
@@ -1241,30 +1241,30 @@ $ firejail --keep-var-tmp
12411241

12421242
#ifdef HAVE_LANDLOCK
12431243
.TP
1244-
\fB\-\-landlock.enforce (experimental)
1244+
\fB\-\-landlock.enforce\fR (experimental)
12451245
Enforce the Landlock ruleset.
12461246
Without it, the other Landlock commands have no effect.
12471247
See the \fBLANDLOCK\fR section for more information.
12481248
.TP
1249-
\fB\-\-landlock.fs.read=path (experimental)
1249+
\fB\-\-landlock.fs.read=path\fR (experimental)
12501250
Create a Landlock ruleset (if it doesn't already exist) and add a read access
12511251
rule for path.
12521252
.TP
1253-
\fB\-\-landlock.fs.write=path (experimental)
1253+
\fB\-\-landlock.fs.write=path\fR (experimental)
12541254
Create a Landlock ruleset (if it doesn't already exist) and add a write access
12551255
rule for path.
12561256
.TP
1257-
\fB\-\-landlock.fs.makeipc=path (experimental)
1257+
\fB\-\-landlock.fs.makeipc=path\fR (experimental)
12581258
Create a Landlock ruleset (if it doesn't already exist) and add a rule that
12591259
allows the creation of named pipes (FIFOs) and Unix domain sockets beneath
12601260
the given path.
12611261
.TP
1262-
\fB\-\-landlock.fs.makedev=path (experimental)
1262+
\fB\-\-landlock.fs.makedev=path\fR (experimental)
12631263
Create a Landlock ruleset (if it doesn't already exist) and add a rule that
12641264
allows the creation of block devices and character devices beneath the given
12651265
path.
12661266
.TP
1267-
\fB\-\-landlock.fs.execute=path (experimental)
1267+
\fB\-\-landlock.fs.execute=path\fR (experimental)
12681268
Create a Landlock ruleset (if it doesn't already exist) and add an execution
12691269
permission rule for path.
12701270
.br
@@ -1727,7 +1727,7 @@ Example:
17271727
$ firejail --no3d firefox
17281728

17291729
.TP
1730-
\fB\-\-noautopulse \fR(deprecated)
1730+
\fB\-\-noautopulse\fR (deprecated)
17311731
See --keep-config-pulse.
17321732

17331733
.TP
@@ -1773,7 +1773,7 @@ $ nc dict.org 2628
17731773
220 pan.alephnull.com dictd 1.12.1/rf on Linux 3.14-1-amd64
17741774
.br
17751775
.TP
1776-
\fB\-\-nodbus \fR(deprecated)
1776+
\fB\-\-nodbus\fR (deprecated)
17771777
#ifdef HAVE_DBUSPROXY
17781778
Disable D-Bus access (both system and session buses). Equivalent to --dbus-system=none --dbus-user=none.
17791779
.br

0 commit comments

Comments
 (0)