aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/firejail.h2
-rw-r--r--src/firejail/main.c2
-rw-r--r--src/firejail/usage.c2
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index bb5eb50fb..fd6cb9ff2 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -316,7 +316,7 @@ extern int arg_notv; // --notv
316extern int arg_nodvd; // --nodvd 316extern int arg_nodvd; // --nodvd
317extern int arg_nou2f; // --nou2f 317extern int arg_nou2f; // --nou2f
318extern int arg_nodbus; // -nodbus 318extern int arg_nodbus; // -nodbus
319extern int arg_deterministic_exit_code; // always exit with first childs exit status 319extern int arg_deterministic_exit_code; // always exit with first child's exit status
320 320
321extern int login_shell; 321extern int login_shell;
322extern int parent_to_child_fds[2]; 322extern int parent_to_child_fds[2];
diff --git a/src/firejail/main.c b/src/firejail/main.c
index 4b46bc8ae..c50ed4dc4 100644
--- a/src/firejail/main.c
+++ b/src/firejail/main.c
@@ -126,7 +126,7 @@ int arg_notv = 0; // --notv
126int arg_nodvd = 0; // --nodvd 126int arg_nodvd = 0; // --nodvd
127int arg_nodbus = 0; // -nodbus 127int arg_nodbus = 0; // -nodbus
128int arg_nou2f = 0; // --nou2f 128int arg_nou2f = 0; // --nou2f
129int arg_deterministic_exit_code = 0; // always exit with first childs exit status 129int arg_deterministic_exit_code = 0; // always exit with first child's exit status
130int login_shell = 0; 130int login_shell = 0;
131 131
132 132
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index af3bac839..fbace7374 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -66,7 +66,7 @@ static char *usage_str =
66#ifdef HAVE_NETWORK 66#ifdef HAVE_NETWORK
67 " --defaultgw=address - configure default gateway.\n" 67 " --defaultgw=address - configure default gateway.\n"
68#endif 68#endif
69 " --deterministic-exit-code - always exit with first childs status code.\n" 69 " --deterministic-exit-code - always exit with first child's status code.\n"
70 " --dns=address - set DNS server.\n" 70 " --dns=address - set DNS server.\n"
71 " --dns.print=name|pid - print DNS configuration.\n" 71 " --dns.print=name|pid - print DNS configuration.\n"
72 " --env=name=value - set environment variable.\n" 72 " --env=name=value - set environment variable.\n"
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index d3a563abd..8c9989970 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -669,7 +669,7 @@ Same as "firejail --join=sandboxname" command if sandbox with specified name exi
669 669
670.TP 670.TP
671\fBdeterministic-exit-code 671\fBdeterministic-exit-code
672Always exit firejail with the first childs exit status. The default behavior is to use the exit status of the final child to exit, which can be nondeterministic. 672Always 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.
673 673
674.SH FILES 674.SH FILES
675/etc/firejail/filename.profile, $HOME/.config/firejail/filename.profile 675/etc/firejail/filename.profile, $HOME/.config/firejail/filename.profile
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index c4e8b9175..67b84de0e 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -411,7 +411,7 @@ $ firejail \-\-disable-mnt firefox
411 411
412.TP 412.TP
413\fB\-\-deterministic-exit-code 413\fB\-\-deterministic-exit-code
414Always exit firejail with the first childs exit status. The default behavior is to use the exit status of the final child to exit, which can be nondeterministic. 414Always 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.
415 415
416.TP 416.TP
417\fB\-\-dns=address 417\fB\-\-dns=address