]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-ipcs-typo.patch
- patches from fedora (details in patches if not obvious)
[packages/util-linux.git] / util-linux-ipcs-typo.patch
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.042303 seconds and 3 git commands to generate.