aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Peter Millerchip <pete@millerchipsoftware.com>2015-08-13 09:16:58 +0100
committerLibravatar Peter Millerchip <pete@millerchipsoftware.com>2015-08-13 09:16:58 +0100
commit61270a762009f6c3fc546b3adb07ec05624422c4 (patch)
treec7453717070b5dcf2343a2a109009897e1dd3151
parentdisable-history.inc integration - included in all profile files (diff)
downloadfirejail-61270a762009f6c3fc546b3adb07ec05624422c4.tar.gz
firejail-61270a762009f6c3fc546b3adb07ec05624422c4.tar.zst
firejail-61270a762009f6c3fc546b3adb07ec05624422c4.zip
Fix typos in firejail-profile manpage
-rw-r--r--src/man/firejail-profile.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 60d9c47c5..59f014d4a 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -16,9 +16,9 @@ Include and comment support:
16 16
17.TP 17.TP
18\f\include other.profile exclude-token 18\f\include other.profile exclude-token
19Include other.profile file. exclued-token disables blacklist commands in other.profile 19Include other.profile file. exclude-token disables blacklist commands in other.profile
20if exclude-token word is found in the name section of blacklist command. 20if exclude-token word is found in the name section of blacklist command.
21exclude-tyoken is optional. 21exclude-token is optional.
22 22
23Example: "include /etc/firejail/disable-common.inc .filezilla" 23Example: "include /etc/firejail/disable-common.inc .filezilla"
24loads disable-common.inc file disables "blacklist ${HOME}/.filezilla" command in this file. 24loads disable-common.inc file disables "blacklist ${HOME}/.filezilla" command in this file.