semget.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-28 08:10:40 +02:00
parent fdc9823c7e
commit 80816b0bc4
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ The following limits on semaphore set resources affect the
call:
.TP
.B SEMMNI
System wide maximum number of semaphore sets: policy dependent
System-wide limit on the number of semaphore sets: policy dependent
(on Linux, this limit can be read and modified via the fourth field of
.IR /proc/sys/kernel/sem ).
.\" This /proc file is not available in Linux 2.2 and earlier -- MTK
@ -262,7 +262,7 @@ Maximum number of semaphores per semaphore ID: implementation dependent
.IR /proc/sys/kernel/sem ).
.TP
.B SEMMNS
System wide maximum number of semaphores: policy dependent
System-wide limit on the number of semaphores: policy dependent
(on Linux, this limit can be read and modified via the second field of
.IR /proc/sys/kernel/sem ).
Values greater than