From: Francesco Cosoleto Date: Mon, 17 May 2010 23:07:48 +0000 (+0200) Subject: ipcs: add missing "PIDs" to related shared memory header text X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c462efefe8b2ca9786fbaa667b2e275ccb24e59;p=util-linux ipcs: add missing "PIDs" to related shared memory header text Signed-off-by: Francesco Cosoleto --- diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c index 7cc204e1..eb1e30a9 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;