summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2002-04-08 23:13:11 +0000
committerMarc Espie <espie@cvs.openbsd.org>2002-04-08 23:13:11 +0000
commit86b5a075bd76014b2577833f8d4085053d5616d3 (patch)
tree207843c0b6ec019c196f46d7ecf9a8b8618e336f /lib
parenta9707c29b3a04ad9d568871475172b81c8b3ec25 (diff)
.Xr getpeereid.
ok millert@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/getsockopt.27
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2
index b1a87ba5f87..b0d1cb7a48c 100644
--- a/lib/libc/sys/getsockopt.2
+++ b/lib/libc/sys/getsockopt.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getsockopt.2,v 1.17 2002/01/02 15:57:16 mpech Exp $
+.\" $OpenBSD: getsockopt.2,v 1.18 2002/04/08 23:13:10 espie Exp $
.\" $NetBSD: getsockopt.2,v 1.7 1995/02/27 12:33:29 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -330,6 +330,11 @@ this error may also be returned if
.Fa optlen
is not in a valid part of the process address space.
.El
+.Sh COMPATIBILITY
+.Dv SO_PEERCRED
+is not supported, see
+.Xr getpeereid 2
+instead.
.Sh SEE ALSO
.Xr connect 2 ,
.Xr ioctl 2 ,