diff options
author | 2009-11-24 18:40:53 +0000 | |
---|---|---|
committer | 2009-11-24 18:40:53 +0000 | |
commit | bd1df347584c596d6383a3ce7925c5726e2610fc (patch) | |
tree | b8276a88f94c050687056bcfac6ae7463a08558e /lib/libc/sys | |
parent | Layer-3 -> layer 3; (diff) | |
download | wireguard-openbsd-bd1df347584c596d6383a3ce7925c5726e2610fc.tar.xz wireguard-openbsd-bd1df347584c596d6383a3ce7925c5726e2610fc.zip |
Update the ENOTSUP summary and description.
Pointed out by Alan Bueno and jmc@
ok jmc@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/intro.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 8b592c99479..b542ec5a7b5 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.44 2009/10/26 21:09:33 jasper Exp $ +.\" $OpenBSD: intro.2,v 1.45 2009/11/24 18:40:53 guenther 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: October 26 2009 $ +.Dd $Mdocdate: November 24 2009 $ .Dt INTRO 2 .Os .Sh NAME @@ -431,8 +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. +.It Er 91 ENOTSUP Em "Not supported" . +The operation has requested an unsupported value. .El .Sh DEFINITIONS .Bl -tag -width Ds |