summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2011-02-03 16:08:25 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2011-02-03 16:08:25 +0000
commit4e8512731196b2507aa2f47054e9b60fabf947a3 (patch)
tree1b0e111ffb2847a5a025caaac0ef920077a562c4
parentb675dd11eb6265b4789683cf482b2a82825fa0ff (diff)
mention the right type for IP_RECVTTL; ok millert@
-rw-r--r--share/man/man4/ip.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4
index d460456924a..d7c563c1005 100644
--- a/share/man/man4/ip.4
+++ b/share/man/man4/ip.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ip.4,v 1.28 2008/05/09 08:16:35 markus Exp $
+.\" $OpenBSD: ip.4,v 1.29 2011/02/03 16:08:24 otto Exp $
.\" $NetBSD: ip.4,v 1.3 1994/11/30 16:22:19 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)ip.4 8.2 (Berkeley) 11/30/93
.\"
-.Dd $Mdocdate: May 9 2008 $
+.Dd $Mdocdate: February 3 2011 $
.Dt IP 4
.Os
.Sh NAME
@@ -189,7 +189,7 @@ The
.Vt cmsghdr
fields have the following values:
.Bd -literal -offset indent
-cmsg_len = CMSG_LEN(sizeof(struct in_addr))
+cmsg_len = CMSG_LEN(sizeof(u_int8_t))
cmsg_level = IPPROTO_IP
cmsg_type = IP_RECVTTL
.Ed