summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-10-11 13:38:01 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-10-11 13:38:01 +0000
commit9973d0ce36462a7e323d3e44a7c2f5cf8487114f (patch)
treeff6db7f35140ad99cae4c91efcf26cd00c9b660d /share
parent9df1a67e6dc144b30746aa32c82ec9422c79890e (diff)
tweaks;
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ip.44
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));