diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-10-26 21:09:34 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-10-26 21:09:34 +0000 |
commit | d074c51588652c577ec3acef265d5a49344144ce (patch) | |
tree | 6df4311a6cdfa07be77034b730f54403b642db0a /lib/libc/sys/intro.2 | |
parent | c587c3cacb40384b8d4d6983eb1eb5f2991b630c (diff) |
add ENOTSUP and bump libc minor
discussed with a few
ok deraadt@
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r-- | lib/libc/sys/intro.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index c10cc442223..8b592c99479 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.43 2007/11/05 08:21:58 jmc Exp $ +.\" $OpenBSD: intro.2,v 1.44 2009/10/26 21:09:33 jasper Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.2 8.3 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: November 5 2007 $ +.Dd $Mdocdate: October 26 2009 $ .Dt INTRO 2 .Os .Sh NAME @@ -431,6 +431,8 @@ An IPC identifier was removed while the current process was waiting on it. .It Er 90 ENOMSG Em "\&No message of desired type". An IPC message queue does not contain a message of the desired type, or a message catalog does not contain the requested message. +.It Er 91 ENOTSUP Em "Operation not supported" . +The attempted operation is not supported for the type of object referenced. .El .Sh DEFINITIONS .Bl -tag -width Ds |