summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2018-04-04 23:40:15 +0000
committerLibravatar GitHub <noreply@github.com>2018-04-04 23:40:15 +0000
commit3744f36b34bbffe9fec9f9da24657044399d9393 (patch)
treeb5552836237fc27de6fc1408ab7c1cf8865d831c /src/man
parenttesting (diff)
downloadfirejail-3744f36b34bbffe9fec9f9da24657044399d9393.tar.gz
firejail-3744f36b34bbffe9fec9f9da24657044399d9393.tar.zst
firejail-3744f36b34bbffe9fec9f9da24657044399d9393.zip
consistent pid/PID usage
Nitpicking. Seems there's a pattern throughout the manual, using `pid` for arguments and `PID` in descriptions and examples. Fix some inconsistencies in that regard. Changed `--fs.print=name|print` to `--fs.print=name|pid` as 'print' would be regarded as the name of the sandbox.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index d89a763a9..e55d01253 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -468,7 +468,7 @@ Example:
468$ firejail \-\-env=LD_LIBRARY_PATH=/opt/test/lib 468$ firejail \-\-env=LD_LIBRARY_PATH=/opt/test/lib
469 469
470.TP 470.TP
471\fB\-\-fs.print=name|print 471\fB\-\-fs.print=name|pid
472Print the filesystem log for the sandbox identified by name or by PID. 472Print the filesystem log for the sandbox identified by name or by PID.
473.br 473.br
474 474
@@ -633,7 +633,7 @@ If a program is specified, the program is run in the sandbox. This command is av
633Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. 633Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox.
634 634
635.TP 635.TP
636\fB\-\-join-network=name|PID 636\fB\-\-join-network=name|pid
637Join the network namespace of the sandbox identified by name. By default a /bin/bash shell is started after joining the sandbox. 637Join the network namespace of the sandbox identified by name. By default a /bin/bash shell is started after joining the sandbox.
638If a program is specified, the program is run in the sandbox. This command is available only to root user. 638If a program is specified, the program is run in the sandbox. This command is available only to root user.
639Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. Example: 639Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. Example:
@@ -1772,7 +1772,7 @@ Example:
1772$ firejail \-\-shell=none \-\-seccomp.keep=poll,select,[...] transmission-gtk 1772$ firejail \-\-shell=none \-\-seccomp.keep=poll,select,[...] transmission-gtk
1773 1773
1774.TP 1774.TP
1775\fB\-\-seccomp.print=name|PID 1775\fB\-\-seccomp.print=name|pid
1776Print the seccomp filter for the sandbox identified by name or PID. 1776Print the seccomp filter for the sandbox identified by name or PID.
1777.br 1777.br
1778 1778
@@ -1957,7 +1957,7 @@ shell.
1957Example: 1957Example:
1958$firejail \-\-shell=/bin/dash script.sh 1958$firejail \-\-shell=/bin/dash script.sh
1959.TP 1959.TP
1960\fB\-\-shutdown=name|PID 1960\fB\-\-shutdown=name|pid
1961Shutdown the sandbox identified by name or PID. 1961Shutdown the sandbox identified by name or PID.
1962.br 1962.br
1963 1963