aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-24 12:21:37 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-24 12:21:37 -0400
commitf4dceaa53a3a4050759920ae3b572f87e5ec93d0 (patch)
treefe651d28213e2680e76b128f7a5e5b510df35934
parentadded --env option (diff)
parentFix typo in usage.c (diff)
downloadfirejail-f4dceaa53a3a4050759920ae3b572f87e5ec93d0.tar.gz
firejail-f4dceaa53a3a4050759920ae3b572f87e5ec93d0.tar.zst
firejail-f4dceaa53a3a4050759920ae3b572f87e5ec93d0.zip
Merge pull request #43 from pmillerchip/master
Fix typo in usage.c
-rw-r--r--src/firejail/usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index d9ca7e615..1f9e37248 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -278,7 +278,7 @@ void usage(void) {
278 printf("\tPrcs - number of processes running in sandbox, including the controlling\n"); 278 printf("\tPrcs - number of processes running in sandbox, including the controlling\n");
279 printf("\t process.\n"); 279 printf("\t process.\n");
280 printf("\tRES - Resident Memory Size (KiB), sandbox non-swapped physical memory.\n"); 280 printf("\tRES - Resident Memory Size (KiB), sandbox non-swapped physical memory.\n");
281 printf("\t It is a sum of the RES valprivate-etcues for all processes running in the\n"); 281 printf("\t It is a sum of the RES values for all processes running in the\n");
282 printf("\t sandbox.\n"); 282 printf("\t sandbox.\n");
283 printf("\tSHR - Shared Memory Size (KiB), it reflects memory shared with other\n"); 283 printf("\tSHR - Shared Memory Size (KiB), it reflects memory shared with other\n");
284 printf("\t processes. It is a sum of the SHR values for all processes running\n"); 284 printf("\t processes. It is a sum of the SHR values for all processes running\n");