svn commit: r241482 - head/share/man/man4

Gleb Smirnoff glebius at FreeBSD.org
Fri Oct 12 12:27:31 UTC 2012


Author: glebius
Date: Fri Oct 12 12:27:30 2012
New Revision: 241482
URL: http://svn.freebsd.org/changeset/base/241482

Log:
  Be more explicit on how "intact" incoming packets in raw sockets are.

Modified:
  head/share/man/man4/ip.4

Modified: head/share/man/man4/ip.4
==============================================================================
--- head/share/man/man4/ip.4	Fri Oct 12 09:32:38 2012	(r241481)
+++ head/share/man/man4/ip.4	Fri Oct 12 12:27:30 2012	(r241482)
@@ -32,7 +32,7 @@
 .\"     @(#)ip.4	8.2 (Berkeley) 11/30/93
 .\" $FreeBSD$
 .\"
-.Dd September 20, 2012
+.Dd Ocotber 12, 2012
 .Dt IP 4
 .Os
 .Sh NAME
@@ -761,7 +761,11 @@ unless the
 option has been set.
 Incoming packets are received with
 .Tn IP
-header and options intact.
+header and options intact, except for
+.Va ip_len
+and
+.Va ip_off
+fields converted to host byte order.
 .Pp
 .Dv IP_HDRINCL
 indicates the complete IP header is included with the data


More information about the svn-src-all mailing list