summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcs.c
diff options
context:
space:
mode:
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;