aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-26 08:21:13 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-26 08:21:13 -0400
commitdb3954525810c473bc494445c92f4c03aa3068ab (patch)
tree88d9fdfc1b43e910cfd296f4f45cd13871f08b0b
parentFixed overlay on Arch linux; minor cleanups (diff)
parentMerge pull request #43 from pmillerchip/master (diff)
downloadfirejail-db3954525810c473bc494445c92f4c03aa3068ab.tar.gz
firejail-db3954525810c473bc494445c92f4c03aa3068ab.tar.zst
firejail-db3954525810c473bc494445c92f4c03aa3068ab.zip
Merge branch 'master' of https://github.com/netblue30/firejail
-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");