From 3744f36b34bbffe9fec9f9da24657044399d9393 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Wed, 4 Apr 2018 23:40:15 +0000 Subject: 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. --- src/man/firejail.txt | 8 ++++---- 1 file 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: $ firejail \-\-env=LD_LIBRARY_PATH=/opt/test/lib .TP -\fB\-\-fs.print=name|print +\fB\-\-fs.print=name|pid Print the filesystem log for the sandbox identified by name or by PID. .br @@ -633,7 +633,7 @@ If a program is specified, the program is run in the sandbox. This command is av Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. .TP -\fB\-\-join-network=name|PID +\fB\-\-join-network=name|pid Join the network namespace of the sandbox identified by name. By default a /bin/bash shell is started after joining the sandbox. If a program is specified, the program is run in the sandbox. This command is available only to root user. Security filters, cgroups and cpus configurations are not applied to the process joining the sandbox. Example: @@ -1772,7 +1772,7 @@ Example: $ firejail \-\-shell=none \-\-seccomp.keep=poll,select,[...] transmission-gtk .TP -\fB\-\-seccomp.print=name|PID +\fB\-\-seccomp.print=name|pid Print the seccomp filter for the sandbox identified by name or PID. .br @@ -1957,7 +1957,7 @@ shell. Example: $firejail \-\-shell=/bin/dash script.sh .TP -\fB\-\-shutdown=name|PID +\fB\-\-shutdown=name|pid Shutdown the sandbox identified by name or PID. .br -- cgit v1.2.3-70-g09d2