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/msgsnd.2 | |
parent | 1d4a1404777ee863d008569c38c15422c20909a0 (diff) |
fix mispelling of EACCES; bde
Diffstat (limited to 'lib/libc/sys/msgsnd.2')
-rw-r--r-- | lib/libc/sys/msgsnd.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/msgsnd.2 b/lib/libc/sys/msgsnd.2 index 20f5bfc972d..e64dfe2e646 100644 --- a/lib/libc/sys/msgsnd.2 +++ b/lib/libc/sys/msgsnd.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgsnd.2,v 1.3 1997/03/30 18:49:48 millert Exp $ +.\" $OpenBSD: msgsnd.2,v 1.4 1997/11/24 02:07:30 deraadt Exp $ .\" $NetBSD: msgsnd.2,v 1.2 1997/03/27 08:20:36 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -127,7 +127,7 @@ message. .Fa msgsz is less than 0, or greater than .Va msg_qbytes . -.It Bq Er EACCESS +.It Bq Er EACCES The calling process does not have write access to the message queue. .It Bq Er EAGAIN There was no space for this message either on the queue, or in the whole |