summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcs.c
diff options
context:
space:
mode:
authorFrancesco Cosoleto2010-05-18 01:07:48 +0200
committerKarel Zak2010-06-01 11:18:02 +0200
commit3c462efefe8b2ca9786fbaa667b2e275ccb24e59 (patch)
treea7e45abba722cc848b78ff573e8ddd40559d31de /sys-utils/ipcs.c
parentipcs: get rid of colons from header strings for consistency (diff)
downloadkernel-qcow2-util-linux-3c462efefe8b2ca9786fbaa667b2e275ccb24e59.tar.gz
kernel-qcow2-util-linux-3c462efefe8b2ca9786fbaa667b2e275ccb24e59.tar.xz
kernel-qcow2-util-linux-3c462efefe8b2ca9786fbaa667b2e275ccb24e59.zip
ipcs: add missing "PIDs" to related shared memory header text
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Diffstat (limited to 'sys-utils/ipcs.c')
-rw-r--r--sys-utils/ipcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c
index 7cc204e19..eb1e30a99 100644
--- a/sys-utils/ipcs.c
+++ b/sys-utils/ipcs.c
@@ -296,7 +296,7 @@ void do_shm (char format)
break;
case PID:
- printf (_("------ Shared Memory Creator/Last-op --------\n"));
+ printf (_("------ Shared Memory Creator/Last-op PIDs --------\n"));
printf ("%-10s %-10s %-10s %-10s\n",
_("shmid"),_("owner"),_("cpid"),_("lpid"));
break;