shmget.2: Make wording of SHMALL description a little clearer

Reported-by: Akihiro Motoki <amotoki@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-07 11:33:44 +01:00
parent 64c626f788
commit 24ade49d4f
1 changed files with 2 additions and 3 deletions

View File

@ -283,9 +283,8 @@ The following limits on shared memory segment resources affect the
call:
.TP
.B SHMALL
System-wide limit on the number of
.I pages
of shared memory.
System-wide limit on the total amount of shared memory,
measured in units of the system page size.
On Linux, this limit can be read and modified via
.IR /proc/sys/kernel/shmall .