diff options
Diffstat (limited to 'lib/libc/sys/semop.2')
-rw-r--r-- | lib/libc/sys/semop.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2 index 28eeb7daf68..9c75b4a6059 100644 --- a/lib/libc/sys/semop.2 +++ b/lib/libc/sys/semop.2 @@ -1,3 +1,4 @@ +.\" $OpenBSD: semop.2,v 1.2 1996/10/08 01:20:14 michaels Exp $ .\" $NetBSD: semop.2,v 1.1 1995/10/16 23:49:28 jtc Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -31,7 +32,7 @@ .\"/ .Dd August 17, 1995 .Dt SEMOP 2 -.Os NetBSD +.Os .Sh NAME .Nm semop .Nd semaphore operations @@ -149,4 +150,4 @@ points to an illegal address. .Sh BUGS In case of a removed semaphore identifier, .Va errno -should be set to EIDRM, but NetBSD does not define this error. +should be set to EIDRM, but OpenBSD does not define this error. |