Module Name:    src
Committed By:   wiz
Date:           Sat Jul 18 06:31:54 UTC 2009

Modified Files:
        src/share/man/man4: ip.4

Log Message:
Make HTML-ready.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/share/man/man4/ip.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/ip.4
diff -u src/share/man/man4/ip.4:1.27 src/share/man/man4/ip.4:1.28
--- src/share/man/man4/ip.4:1.27	Fri Jul 17 22:04:18 2009
+++ src/share/man/man4/ip.4	Sat Jul 18 06:31:54 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ip.4,v 1.27 2009/07/17 22:04:18 minskim Exp $
+.\"	$NetBSD: ip.4,v 1.28 2009/07/18 06:31:54 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -198,7 +198,7 @@
 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));
+setsockopt(s, IPPROTO_IP, IP_MINTTL, \*[Am]minttl, sizeof(minttl));
 .Ed
 .Ss MULTICAST OPTIONS
 .Tn IP

Reply via email to