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/msgctl.2 | |
parent | 1d4a1404777ee863d008569c38c15422c20909a0 (diff) |
fix mispelling of EACCES; bde
Diffstat (limited to 'lib/libc/sys/msgctl.2')
-rw-r--r-- | lib/libc/sys/msgctl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/msgctl.2 b/lib/libc/sys/msgctl.2 index 9dd36eaa554..4538a391a39 100644 --- a/lib/libc/sys/msgctl.2 +++ b/lib/libc/sys/msgctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgctl.2,v 1.3 1997/03/30 18:49:45 millert Exp $ +.\" $OpenBSD: msgctl.2,v 1.4 1997/11/24 02:07:29 deraadt Exp $ .\" $NetBSD: msgctl.2,v 1.2 1997/03/27 08:20:35 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -181,7 +181,7 @@ An attempt is made to increase the value of .Va msg_qbytes through IPC_SET but the caller is not the super-user. -.It Bq Er EACCESS +.It Bq Er EACCES The command is IPC_STAT and the caller has no read permission for this message queue. .It Bq Er EINVAL |