diff options
author | 2019-03-03 18:18:34 +0000 | |
---|---|---|
committer | 2019-03-03 18:18:34 +0000 | |
commit | 0f9c2e379c74d854df1e0063381a67b2a606e118 (patch) | |
tree | 3d46a01bcac20a340f862b60f924981dceffcf23 /lib/libc/sys/socket.2 | |
parent | tweak the previous two commits: (diff) | |
download | wireguard-openbsd-0f9c2e379c74d854df1e0063381a67b2a606e118.tar.xz wireguard-openbsd-0f9c2e379c74d854df1e0063381a67b2a606e118.zip |
talk about IPv4 and IPv6 in a more symmetrical way
and avoid an anachronistic wording found by deraadt@;
joint work with deraadt@
Diffstat (limited to 'lib/libc/sys/socket.2')
-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 |