aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 251346bd5..4e22796c9 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -275,7 +275,7 @@ Build a new /lib directory and bring in the libraries required by the applicatio
275This feature is still under development, see \fBman 1 firejail\fR for some examples. 275This feature is still under development, see \fBman 1 firejail\fR for some examples.
276.TP 276.TP
277\fBprivate-opt file,directory 277\fBprivate-opt file,directory
278Build a new /optin a temporary 278Build a new /opt in a temporary
279filesystem, and copy the files and directories in the list. 279filesystem, and copy the files and directories in the list.
280All modifications are discarded when the sandbox is closed. 280All modifications are discarded when the sandbox is closed.
281.TP 281.TP
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 2fe2e8bfa..8898c6791 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1712,7 +1712,7 @@ vm86, vm86old, vmsplice and vserver.
1712To help creating useful seccomp filters more easily, the following 1712To help creating useful seccomp filters more easily, the following
1713system call groups are defined: @clock, @cpu-emulation, @debug, 1713system call groups are defined: @clock, @cpu-emulation, @debug,
1714@default, @default-nodebuggers, @default-keep, @module, @obsolete, 1714@default, @default-nodebuggers, @default-keep, @module, @obsolete,
1715@privileged, @raw-io, @reboot, @resources and @swap. In addtion, a 1715@privileged, @raw-io, @reboot, @resources and @swap. In addition, a
1716system call can be specified by its number instead of name with prefix 1716system call can be specified by its number instead of name with prefix
1717$, so for example $165 would be equal to mount on i386. 1717$, so for example $165 would be equal to mount on i386.
1718 1718