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: call:
.TP .TP
.B SHMALL .B SHMALL
System-wide limit on the number of System-wide limit on the total amount of shared memory,
.I pages measured in units of the system page size.
of shared memory.
On Linux, this limit can be read and modified via On Linux, this limit can be read and modified via
.IR /proc/sys/kernel/shmall . .IR /proc/sys/kernel/shmall .