aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Peter Millerchip <pete@millerchipsoftware.com>2015-08-24 14:48:15 +0100
committerLibravatar Peter Millerchip <pete@millerchipsoftware.com>2015-08-24 14:48:15 +0100
commitd4f8a4c299d35173e1cea8a8cd582588d06d1439 (patch)
treefe651d28213e2680e76b128f7a5e5b510df35934
parentadded --env option (diff)
downloadfirejail-d4f8a4c299d35173e1cea8a8cd582588d06d1439.tar.gz
firejail-d4f8a4c299d35173e1cea8a8cd582588d06d1439.tar.zst
firejail-d4f8a4c299d35173e1cea8a8cd582588d06d1439.zip
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");