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/shmat.2 | |
parent | 1d4a1404777ee863d008569c38c15422c20909a0 (diff) |
fix mispelling of EACCES; bde
Diffstat (limited to 'lib/libc/sys/shmat.2')
-rw-r--r-- | lib/libc/sys/shmat.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2 index d19c99980dd..5539a0fad10 100644 --- a/lib/libc/sys/shmat.2 +++ b/lib/libc/sys/shmat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shmat.2,v 1.3 1997/03/30 18:49:51 millert Exp $ +.\" $OpenBSD: shmat.2,v 1.4 1997/11/24 02:07:35 deraadt Exp $ .\" $NetBSD: shmat.2,v 1.2 1997/03/27 08:20:38 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -91,7 +91,7 @@ is set to indicate the error. .Fn shmat will fail if: .Bl -tag -width Er -.It Bq Er EACCESS +.It Bq Er EACCES The calling process has no permission to access this shared memory segment. .It Bq Er ENOMEM There is not enough available data space for the calling process to |