2005-03-25 12:21:09 +00:00
|
|
|
--- util-linux-2.12p/sys-utils/ipcs.c.typo 2005-03-25 13:01:54.871752240 +0100
|
|
|
|
+++ util-linux-2.12p/sys-utils/ipcs.c 2005-03-25 13:02:43.745322328 +0100
|
|
|
|
@@ -423,9 +423,9 @@
|
2005-03-25 11:45:47 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case TIME:
|
|
|
|
- printf (_("------ Shared Memory Operation/Change Times --------\n"));
|
|
|
|
+ printf (_("------ Semaphore Operation/Change Times --------\n"));
|
|
|
|
printf (_("%-8s %-10s %-26.24s %-26.24s\n"),
|
2005-03-25 12:21:09 +00:00
|
|
|
- _("shmid"),_("owner"),_("last-op"),_("last-changed"));
|
|
|
|
+ _("semid"),_("owner"),_("last-op"),_("last-changed"));
|
2005-03-25 11:45:47 +00:00
|
|
|
break;
|
2005-03-25 12:21:09 +00:00
|
|
|
|
|
|
|
case PID:
|