From 589b7168bda9bc55452caadf94beb0a2b158983e Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Wed, 10 Feb 2021 22:36:19 +0000 Subject: fix ordering of deterministic-exit-code in man firejail --- src/man/firejail.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/man/firejail.txt b/src/man/firejail.txt index 8958dfaee..48b0e5524 100644 --- a/src/man/firejail.txt +++ b/src/man/firejail.txt @@ -693,6 +693,12 @@ Example: $ firejail \-\-net=eth0 \-\-defaultgw=10.10.20.1 firefox #endif .TP +\fB\-\-deterministic-exit-code +Always exit firejail with the first child's exit status. The default behavior is to use the exit status of the final child to exit, which can be nondeterministic. +.br + +.br +.TP \fB\-\-disable-mnt Blacklist /mnt, /media, /run/mount and /run/media access. .br @@ -702,10 +708,6 @@ Example: .br $ firejail \-\-disable-mnt firefox -.TP -\fB\-\-deterministic-exit-code -Always exit firejail with the first child's exit status. The default behavior is to use the exit status of the final child to exit, which can be nondeterministic. - .TP \fB\-\-dns=address Set a DNS server for the sandbox. Up to three DNS servers can be defined. -- cgit v1.2.3-54-g00ecf