diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-11-24 18:40:54 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-11-24 18:40:54 +0000 |
commit | 39be10bca0feeceaedc2418fa72c8a124f47e637 (patch) | |
tree | a6e87c6276dcbc789191557e74849ae834d2a2ba | |
parent | 46640ae90d15a64c10430d0534da83642e033835 (diff) |
Update the ENOTSUP summary and description.
Pointed out by Alan Bueno and jmc@
ok jmc@
-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 |