aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar kuesji koesnu <kuesji@koesnu.com>2021-06-11 17:45:56 +0300
committerLibravatar kuesji koesnu <kuesji@koesnu.com>2021-06-20 08:41:33 +0300
commit271dc51fa6b37bf64a5d02733956221f9dee52f9 (patch)
tree0f98a2183703757a782a5e7c2c60dd639cc3ec98 /src/man
parentupdate src/firejail/util.c (diff)
downloadfirejail-271dc51fa6b37bf64a5d02733956221f9dee52f9.tar.gz
firejail-271dc51fa6b37bf64a5d02733956221f9dee52f9.tar.zst
firejail-271dc51fa6b37bf64a5d02733956221f9dee52f9.zip
grammar issues and fixing test cases for rlimit
Diffstat (limited to 'src/man')
-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 9308eecf4..c72a1dbd8 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2129,7 +2129,7 @@ $ firejail --read-only=~/test --read-write=~/test/a
2129.TP 2129.TP
2130\fB\-\-rlimit-as=number 2130\fB\-\-rlimit-as=number
2131Set the maximum size of the process's virtual memory (address space) in bytes. 2131Set the maximum size of the process's virtual memory (address space) in bytes.
2132you can use kilobyte(k),megabyte(m) and gigabyte(g) for size suffix. ( they works on base 1024 ) 2132Use k(ilobyte), m(egabyte) or g(igabyte) for size suffix (base 1024).
2133 2133
2134.TP 2134.TP
2135\fB\-\-rlimit-cpu=number 2135\fB\-\-rlimit-cpu=number
@@ -2143,7 +2143,7 @@ track of CPU seconds for each process independently.
2143.TP 2143.TP
2144\fB\-\-rlimit-fsize=number 2144\fB\-\-rlimit-fsize=number
2145Set the maximum file size that can be created by a process. 2145Set the maximum file size that can be created by a process.
2146you can use kilobyte(k),megabyte(m) and gigabyte(g) for size suffix. ( they works on base 1024 ) 2146Use k(ilobyte), m(egabyte) or g(igabyte) for size suffix (base 1024).
2147.TP 2147.TP
2148\fB\-\-rlimit-nofile=number 2148\fB\-\-rlimit-nofile=number
2149Set the maximum number of files that can be opened by a process. 2149Set the maximum number of files that can be opened by a process.