From 276775e009c11a4ee446a1560c70e0210fe2cdca Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Wed, 29 May 2019 21:49:52 +0200 Subject: Grammar fix (found by lintian) --- src/firejail/firejail.h | 2 +- src/firejail/main.c | 2 +- src/firejail/usage.c | 2 +- src/man/firejail-profile.txt | 2 +- src/man/firejail.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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 extern int arg_nodvd; // --nodvd extern int arg_nou2f; // --nou2f extern int arg_nodbus; // -nodbus -extern int arg_deterministic_exit_code; // always exit with first childs exit status +extern int arg_deterministic_exit_code; // always exit with first child's exit status extern int login_shell; extern 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 int arg_nodvd = 0; // --nodvd int arg_nodbus = 0; // -nodbus int arg_nou2f = 0; // --nou2f -int arg_deterministic_exit_code = 0; // always exit with first childs exit status +int arg_deterministic_exit_code = 0; // always exit with first child's exit status int login_shell = 0; 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 = #ifdef HAVE_NETWORK " --defaultgw=address - configure default gateway.\n" #endif - " --deterministic-exit-code - always exit with first childs status code.\n" + " --deterministic-exit-code - always exit with first child's status code.\n" " --dns=address - set DNS server.\n" " --dns.print=name|pid - print DNS configuration.\n" " --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 .TP \fBdeterministic-exit-code -Always 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. +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. .SH FILES /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 .TP \fB\-\-deterministic-exit-code -Always 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. +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 -- cgit v1.2.3-70-g09d2