summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcs.c
diff options
context:
space:
mode:
authorKarel Zak2006-12-28 23:09:29 +0100
committerKarel Zak2007-01-04 14:45:48 +0100
commit4ac0f9d0c292c7d851e5931efc48819f6276d441 (patch)
tree2672514aec70ef1b8ef3cec83753f5be645defc3 /sys-utils/ipcs.c
parentipcs: add regression test for output headers (diff)
downloadkernel-qcow2-util-linux-4ac0f9d0c292c7d851e5931efc48819f6276d441.tar.gz
kernel-qcow2-util-linux-4ac0f9d0c292c7d851e5931efc48819f6276d441.tar.xz
kernel-qcow2-util-linux-4ac0f9d0c292c7d851e5931efc48819f6276d441.zip
ipcs: fix typo in Semaphore headers
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/ipcs.c')
-rw-r--r--sys-utils/ipcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/ipcs.c b/sys-utils/ipcs.c
index b6f16b72a..744b56ea1 100644
--- a/sys-utils/ipcs.c
+++ b/sys-utils/ipcs.c
@@ -422,9 +422,9 @@ void do_sem (char format)
break;
case TIME:
- printf (_("------ Shared Memory Operation/Change Times --------\n"));
+ printf (_("------ Semaphore Operation/Change Times --------\n"));
printf (_("%-8s %-10s %-26.24s %-26.24s\n"),
- _("shmid"),_("owner"),_("last-op"),_("last-changed"));
+ _("semid"),_("owner"),_("last-op"),_("last-changed"));
break;
case PID: