Module Name: src Committed By: njoly Date: Sat Jul 13 09:24:25 UTC 2013
Modified Files: src/share/man/man4: ip.4 Log Message: Fix unknown .Tp macro. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 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.35 src/share/man/man4/ip.4:1.36 --- src/share/man/man4/ip.4:1.35 Thu Jun 27 21:22:46 2013 +++ src/share/man/man4/ip.4 Sat Jul 13 09:24:25 2013 @@ -1,4 +1,4 @@ -.\" $NetBSD: ip.4,v 1.35 2013/06/27 21:22:46 wiz Exp $ +.\" $NetBSD: ip.4,v 1.36 2013/07/13 09:24:25 njoly Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -115,7 +115,7 @@ The option can be used to turn on receiving of information about the source address of the packet, and the interface index. The information is passed in a -.Tp struct in_pktinfo +.Vt struct in_pktinfo structure, which contains .Bd -literal struct in_addr ipi_addr; /* the source or destination address */