diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-03-03 18:18:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-03-03 18:18:35 +0000 |
commit | a2cba5e904d9102cc34fbe6357db570ed751b795 (patch) | |
tree | c44f6848d519565ff61c93c316e8c10bf35e9c0b /lib/libc/sys | |
parent | 7b5b9bfd7c9873b276180290d2abe9a643451af3 (diff) |
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')
-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 |