diff options
-rw-r--r-- | lib/libc/sys/socket.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 516104f6e52..01e1f2b77ca 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.41 2016/03/19 22:10:49 guenther Exp $ +.\" $OpenBSD: socket.2,v 1.42 2019/03/03 18:18:34 schwarze Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)socket.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: March 19 2016 $ +.Dd $Mdocdate: March 3 2019 $ .Dt SOCKET 2 .Os .Sh NAME @@ -57,9 +57,9 @@ The currently understood formats are: .It AF_UNIX UNIX internal protocols .It AF_INET -ARPA Internet protocols +Internet Protocol version 4 (IPv4) protocol family .It AF_INET6 -IPv6 (Internet Protocol version 6) protocols +Internet Protocol version 6 (IPv6) protocol family .El .Pp The socket has the indicated |