From 9973d0ce36462a7e323d3e44a7c2f5cf8487114f Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 11 Oct 2006 13:38:01 +0000 Subject: tweaks; --- share/man/man4/ip.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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)); -- cgit v1.2.3