diff options
Diffstat (limited to 'lib/libc/sys/semget.2')
-rw-r--r-- | lib/libc/sys/semget.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/semget.2 b/lib/libc/sys/semget.2 index 0e4d0a9cd93..f7450e92e1c 100644 --- a/lib/libc/sys/semget.2 +++ b/lib/libc/sys/semget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: semget.2,v 1.11 2000/10/18 05:12:11 aaron Exp $ +.\" $OpenBSD: semget.2,v 1.12 2002/05/05 18:39:12 millert Exp $ .\" $NetBSD: semget.2,v 1.2 1997/03/27 08:20:41 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -132,8 +132,8 @@ and a semaphore set is already associated with .Fa key . .It Bq Er EINVAL .Va nsems -is less than 0 or greater than the system limit for the number in a semaphore -set. +is less than or equal to 0 or greater than the system limit for the +number in a semaphore set. .Pp A semaphore set associated with .Fa key |