diff options
author | 2006-10-11 13:38:00 +0000 | |
---|---|---|
committer | 2006-10-11 13:38:00 +0000 | |
commit | ddf1ba0de73b749f0ce891e8f6757a3bfd27c43b (patch) | |
tree | d9f64cf43b0d05ba2239a5a8297226d2cda09bad | |
parent | fix mark up mistake; (diff) | |
download | wireguard-openbsd-ddf1ba0de73b749f0ce891e8f6757a3bfd27c43b.tar.xz wireguard-openbsd-ddf1ba0de73b749f0ce891e8f6757a3bfd27c43b.zip |
tweaks;
-rw-r--r-- | share/man/man4/ip.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 12c6ef907e4..b14aef5b8be 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip.4,v 1.24 2006/10/11 09:50:44 henning Exp $ +.\" $OpenBSD: ip.4,v 1.25 2006/10/11 13:38:00 jmc Exp $ .\" $NetBSD: ip.4,v 1.3 1994/11/30 16:22:19 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -175,7 +175,7 @@ sockets to discard packets with a TTL lower than the option value. This can be used to implement the .Em Generalized TTL Security Mechanism (GTSM) according to RFC 3682. -To discard all packets with a ttl lower than 255, +To discard all packets with a TTL lower than 255: .Bd -literal -offset indent int minttl = 255; setsockopt(s, IPPROTO_IP, IP_MINTTL, &minttl, sizeof(minttl)); |