]> err.no Git - util-linux/commit
ipcs: max total shared memory in kbytes instead pages
authorKarel Zak <kzak@redhat.com>
Fri, 29 Dec 2006 00:13:58 +0000 (01:13 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 4 Jan 2007 13:46:25 +0000 (14:46 +0100)
commitcdd540c19f6c6360809b320a64f00a938dea4744
treeb8cf229c2ecd3c41a9fc699390847d47ab683a22
parent4ac0f9d0c292c7d851e5931efc48819f6276d441
ipcs: max total shared memory in kbytes instead pages

The ipcs command has reported "max total shared memory" as a number of pages.
The others IPC limits are reported in (k)bytes, so it doesn't make sense mix
pages and bytes in the same output. Now "max total shared memory" is reported in
kbytes.

[Migration note: type="API change", severity="low"]

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/ipcs.c