diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-24 02:07:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-24 02:07:37 +0000 |
commit | 621f100c9936469c76b0f6c5930b14ccf6e20fb3 (patch) | |
tree | 3fe3577bb9892dc8bbf0ccac590f607eaec654c2 /lib/libc/sys/semget.2 | |
parent | 1d4a1404777ee863d008569c38c15422c20909a0 (diff) |
fix mispelling of EACCES; bde
Diffstat (limited to 'lib/libc/sys/semget.2')
-rw-r--r-- | lib/libc/sys/semget.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/semget.2 b/lib/libc/sys/semget.2 index 29ae1c7eff0..5a337b6f27b 100644 --- a/lib/libc/sys/semget.2 +++ b/lib/libc/sys/semget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: semget.2,v 1.3 1997/03/30 18:49:50 millert Exp $ +.\" $OpenBSD: semget.2,v 1.4 1997/11/24 02:07:32 deraadt Exp $ .\" $NetBSD: semget.2,v 1.2 1997/03/27 08:20:41 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -98,7 +98,7 @@ is returned and is set to reflect the error. .Sh ERRORS .Bl -tag -width Er -.It Bq Er EACCESS +.It Bq Er EACCES The caller has no permission to access a semaphore set already associated with .Fa key. .It Bq Er EEXIST |