aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Michael Haas <haas@computerlinguist.org>2015-08-16 12:47:56 +0200
committerLibravatar Michael Haas <haas@computerlinguist.org>2015-08-16 12:47:56 +0200
commit1727b63c4f51d69790aee09fbf728f3bdc76cfff (patch)
treebb24888ccfda69be3e1793629e1a905be034191d
parentadmin work (diff)
downloadfirejail-1727b63c4f51d69790aee09fbf728f3bdc76cfff.tar.gz
firejail-1727b63c4f51d69790aee09fbf728f3bdc76cfff.tar.zst
firejail-1727b63c4f51d69790aee09fbf728f3bdc76cfff.zip
Fix typos in firejail and firejail-profile man
Signed-off-By: Michael Haas <haas@computerlinguist.org>
-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.