diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getsockopt.2 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index a0d48c6ddf7..f3c618035f6 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockopt.2,v 1.54 2019/01/11 06:10:13 jsg Exp $ +.\" $OpenBSD: getsockopt.2,v 1.55 2019/02/13 11:55:21 martijn Exp $ .\" $NetBSD: getsockopt.2,v 1.7 1995/02/27 12:33:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)getsockopt.2 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: January 11 2019 $ +.Dd $Mdocdate: February 13 2019 $ .Dt GETSOCKOPT 2 .Os .Sh NAME @@ -351,9 +351,10 @@ credentials from the other side of the connection .Dv AF_UNIX sockets). These credentials are from the time that -.Xr bind 2 -or +.Xr bind 2 , .Xr connect 2 +or +.Xr socketpair 2 were called. .Pp The |