]> err.no Git - util-linux/commit
ipcs: get rid of colons from header strings for consistency
authorFrancesco Cosoleto <cosoleto@gmail.com>
Mon, 17 May 2010 23:07:46 +0000 (01:07 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 1 Jun 2010 09:17:56 +0000 (11:17 +0200)
commitf29922a5bc6f64e2876694bdc77ef6b59639fbb2
treea9322b204f064f781f956f9f664c1454ea014ed6
parent3d9c5ba7b850255a14fad0fd8e41a9c896432c71
ipcs: get rid of colons from header strings for consistency

This changes output of -u, -l, and -c.

Example of non consistent output:
    $ ipcs -u | grep ^---
------ Shared Memory Status --------
------ Semaphore Status --------
------ Messages: Status --------

Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
sys-utils/ipcs.c