diff options
author | 2015-10-20 22:08:19 +0000 | |
---|---|---|
committer | 2015-10-20 22:08:19 +0000 | |
commit | d3ca2f6ff8e7ae7eb04ec713340dd67d4718131e (patch) | |
tree | ea4bbddac0ee0299019872c48ccb1193ab460c65 | |
parent | Use client pointer not file descriptor in logging. (diff) | |
download | wireguard-openbsd-d3ca2f6ff8e7ae7eb04ec713340dd67d4718131e.tar.xz wireguard-openbsd-d3ca2f6ff8e7ae7eb04ec713340dd67d4718131e.zip |
tweak previous;
-rw-r--r-- | share/man/man4/ip.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 72b60dc7545..111432ba67a 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip.4,v 1.37 2015/10/20 20:22:42 benno Exp $ +.\" $OpenBSD: ip.4,v 1.38 2015/10/20 22:08:19 jmc Exp $ .\" $NetBSD: ip.4,v 1.3 1994/11/30 16:22:19 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -96,8 +96,7 @@ may be used to set the type-of-service and time-to-live fields in the .Tn IP header for -.Dv SOCK_STREAM -, +.Dv SOCK_STREAM , .Dv SOCK_DGRAM and .Dv SOCK_RAW @@ -112,7 +111,7 @@ setsockopt(s, IPPROTO_IP, IP_TTL, &ttl, sizeof(ttl)); .Ed .Pp .Dv IP_IPDEFTTL -can be used to retrieve the system wide default ttl. +can be used to retrieve the system wide default TTL. .Pp If the .Dv IP_RECVDSTADDR |