aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-03-02 11:38:03 +0000
committerLibravatar GitHub <noreply@github.com>2021-03-02 11:38:03 +0000
commit04acae7051979d614f95dd84ca3c7348c7302172 (patch)
tree2257df0b283a96412e816e3c1e850cac7e465b53 /src/man
parentMerge pull request #4024 from kmk3/improve-makefiles (diff)
downloadfirejail-04acae7051979d614f95dd84ca3c7348c7302172.tar.gz
firejail-04acae7051979d614f95dd84ca3c7348c7302172.tar.zst
firejail-04acae7051979d614f95dd84ca3c7348c7302172.zip
Fix typos
Diffstat (limited to 'src/man')
-rw-r--r--src/man/jailtest.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/jailtest.txt b/src/man/jailtest.txt
index 1b64097ea..b52fc5eed 100644
--- a/src/man/jailtest.txt
+++ b/src/man/jailtest.txt
@@ -14,7 +14,7 @@ These directories are build by firejail at startup using --private* and --whitel
14.TP 14.TP
15\fB2. Noexec test 15\fB2. Noexec test
16jailtest inserts executable programs in /home/username, /tmp, and /var/tmp directories 16jailtest inserts executable programs in /home/username, /tmp, and /var/tmp directories
17and tries to run them form inside the sandbox, thus testing if the directory is executable or not. 17and tries to run them from inside the sandbox, thus testing if the directory is executable or not.
18.TP 18.TP
19\fB3. Read access test 19\fB3. Read access test
20jailtest creates test files in the directories specified by the user and tries to read 20jailtest creates test files in the directories specified by the user and tries to read
@@ -29,10 +29,10 @@ The program is started as root using sudo.
29.SH OPTIONS 29.SH OPTIONS
30.TP 30.TP
31\fB\-\-debug 31\fB\-\-debug
32Print debug messages 32Print debug messages.
33.TP 33.TP
34\fB\-?\fR, \fB\-\-help\fR 34\fB\-?\fR, \fB\-\-help\fR
35Print options end exit. 35Print options and exit.
36.TP 36.TP
37\fB\-\-version 37\fB\-\-version
38Print program version and exit. 38Print program version and exit.