diff options
author | 2017-03-22 19:57:55 +0000 | |
---|---|---|
committer | 2017-03-22 19:57:55 +0000 | |
commit | f786fbfa8673ab479ca21a936f54d0bea4b1c0fb (patch) | |
tree | 7de3288d50863d28320e8d01c3d54f78f7868f4e | |
parent | Fix syntax of example route command. (diff) | |
download | wireguard-openbsd-f786fbfa8673ab479ca21a936f54d0bea4b1c0fb.tar.xz wireguard-openbsd-f786fbfa8673ab479ca21a936f54d0bea4b1c0fb.zip |
kill Tn;
-rw-r--r-- | share/man/man4/inet6.4 | 32 |
1 files changed, 10 insertions, 22 deletions
diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4 index 4f5172957cf..25d4a5462f5 100644 --- a/share/man/man4/inet6.4 +++ b/share/man/man4/inet6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6.4,v 1.37 2017/03/22 17:19:32 bluhm Exp $ +.\" $OpenBSD: inet6.4,v 1.38 2017/03/22 19:57:55 jmc Exp $ .\" $KAME: inet6.4,v 1.19 2000/11/24 10:13:18 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -53,38 +53,26 @@ The .Nm family is comprised of the Internet Protocol version 6 -.Pq Tn IPv6 +.Pq IPv6 network protocol, Internet Control Message Protocol version 6 -.Pq Tn ICMPv6 , +.Pq ICMPv6 , Transmission Control Protocol -.Pq Tn TCP , +.Pq TCP , and User Datagram Protocol -.Pq Tn UDP . -.Tn TCP -is used to support the +.Pq UDP . +TCP is used to support the .Dv SOCK_STREAM -abstraction while -.Tn UDP -is used to support the +abstraction while UDP is used to support the .Dv SOCK_DGRAM abstraction. -Note that -.Tn TCP -and -.Tn UDP -are common to +Note that TCP and UDP are common to .Xr inet 4 and .Nm inet6 . -A raw interface to -.Tn IPv6 -is available -by creating an Internet socket of type +A raw interface to IPv6 is available by creating an Internet socket of type .Dv SOCK_RAW . -The -.Tn ICMPv6 -message protocol is accessible from a raw socket. +The ICMPv6 message protocol is accessible from a raw socket. .\" .Pp .\" The 128-bit IPv6 address contains both network and host parts. .\" However, direct examination of addresses is discouraged. |