From owner-svn-src-head@FreeBSD.ORG Fri Oct 12 12:27:31 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 632EC90A; Fri, 12 Oct 2012 12:27:31 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4BED78FC0A; Fri, 12 Oct 2012 12:27:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9CCRV2I002172; Fri, 12 Oct 2012 12:27:31 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9CCRVng002170; Fri, 12 Oct 2012 12:27:31 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201210121227.q9CCRVng002170@svn.freebsd.org> From: Gleb Smirnoff Date: Fri, 12 Oct 2012 12:27:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241482 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2012 12:27:31 -0000 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