aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-03-31 19:49:22 +0000
committerLibravatar GitHub <noreply@github.com>2022-03-31 19:49:22 +0000
commitbff74b6d373a1539e07eefca1b6da0036597c7c6 (patch)
tree316b221438d818aed5a5850e40ba3e30a723e27f
parentmerges (diff)
downloadfirejail-bff74b6d373a1539e07eefca1b6da0036597c7c6.tar.gz
firejail-bff74b6d373a1539e07eefca1b6da0036597c7c6.tar.zst
firejail-bff74b6d373a1539e07eefca1b6da0036597c7c6.zip
man: typo fixes (#5084)
-rw-r--r--src/man/firejail.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 7cb1c7e89..cf80ab25c 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -395,7 +395,7 @@ $ firejail \-\-dbus-system=none
395 395
396.TP 396.TP
397\fB\-\-dbus-system.broadcast=name=[member][@path] 397\fB\-\-dbus-system.broadcast=name=[member][@path]
398Allows the application to receive broadcast signals from theindicated interface 398Allows the application to receive broadcast signals from the indicated interface
399member at the indicated object path exposed by the indicated bus name on the 399member at the indicated object path exposed by the indicated bus name on the
400system DBus. 400system DBus.
401The name may have a .* suffix to match all names underneath it, including 401The name may have a .* suffix to match all names underneath it, including
@@ -522,7 +522,7 @@ $ firejail \-\-dbus-user=none
522 522
523.TP 523.TP
524\fB\-\-dbus-user.broadcast=name=[member][@path] 524\fB\-\-dbus-user.broadcast=name=[member][@path]
525Allows the application to receive broadcast signals from theindicated interface 525Allows the application to receive broadcast signals from the indicated interface
526member at the indicated object path exposed by the indicated bus name on the 526member at the indicated object path exposed by the indicated bus name on the
527session DBus. 527session DBus.
528The name may have a .* suffix to match all names underneath it, including 528The name may have a .* suffix to match all names underneath it, including