aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-16 07:39:14 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-16 07:39:14 -0400
commit65bd15ef80f840c6a59e7befdc4117039cc1ae70 (patch)
tree0a4c90c491aa19dcc38c866089f87524f7a03473
parentMerge pull request #26 from pmillerchip/symlink-bug (diff)
parentFix typos in firejail and firejail-profile man (diff)
downloadfirejail-65bd15ef80f840c6a59e7befdc4117039cc1ae70.tar.gz
firejail-65bd15ef80f840c6a59e7befdc4117039cc1ae70.tar.zst
firejail-65bd15ef80f840c6a59e7befdc4117039cc1ae70.zip
Merge pull request #27 from mhaas/fix-typos-in-man
Fix typos in firejail and firejail-profile 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 ff265c198..4941d8b8b 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -130,7 +130,7 @@ Enable an user namespace without root user defined.
130 130
131.SH Resource limits 131.SH Resource limits
132These profile entries define the limits on system resources (rlimits) for the processes inside the sandbox. 132These profile entries define the limits on system resources (rlimits) for the processes inside the sandbox.
133The limits can be modified inside the sandbox using the regular \fBulimt\fR command. Examples: 133The limits can be modified inside the sandbox using the regular \fBulimit\fR command. Examples:
134 134
135.TP 135.TP
136\f\rlimit-fsize 1024 136\f\rlimit-fsize 1024
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 21310aebc..fe2a909c9 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -734,7 +734,7 @@ sysfs,_sysctl, adjtimex, clock_adjtime, lookup_dcookie, perf_event_open, fanotif
734.br 734.br
735Example: 735Example:
736.br 736.br
737$ firejail \-\-sccomp 737$ firejail \-\-seccomp
738.TP 738.TP
739\fB\-\-seccomp=syscall,syscall,syscall 739\fB\-\-seccomp=syscall,syscall,syscall
740Enable seccomp filter, blacklist the default list and the syscalls specified by the command. 740Enable seccomp filter, blacklist the default list and the syscalls specified by the command.