]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-ipcs-typo.patch
- new
[packages/util-linux.git] / util-linux-ipcs-typo.patch
CommitLineData
5545a732
JR
1--- util-linux-2.12p/sys-utils/ipcs.c.typo 2005-03-25 13:01:54.871752240 +0100
2+++ util-linux-2.12p/sys-utils/ipcs.c 2005-03-25 13:02:43.745322328 +0100
3@@ -423,9 +423,9 @@
4 break;
5
6 case TIME:
7- printf (_("------ Shared Memory Operation/Change Times --------\n"));
8+ printf (_("------ Semaphore Operation/Change Times --------\n"));
9 printf (_("%-8s %-10s %-26.24s %-26.24s\n"),
10- _("shmid"),_("owner"),_("last-op"),_("last-changed"));
11+ _("semid"),_("owner"),_("last-op"),_("last-changed"));
12 break;
13
14 case PID:
This page took 0.083041 seconds and 4 git commands to generate.