aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 19415a332..6be278063 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -800,12 +800,13 @@ PID User RX(KB/s) TX(KB/s) Command
800.TP 800.TP
801\fB\-\-nice=value 801\fB\-\-nice=value
802Set nice value for all processes running inside the sandbox. 802Set nice value for all processes running inside the sandbox.
803Only root may specify a negative value.
803.br 804.br
804 805
805.br 806.br
806Example: 807Example:
807.br 808.br
808$ firejail --nice=-5 firefox 809$ firejail --nice=2 firefox
809 810
810 811
811.TP 812.TP