From owner-freebsd-doc@FreeBSD.ORG Sat Oct 26 14:10:01 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 20535590 for ; Sat, 26 Oct 2013 14:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DCC1F2F45 for ; Sat, 26 Oct 2013 14:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9QEA0Cs060193 for ; Sat, 26 Oct 2013 14:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9QEA089060188; Sat, 26 Oct 2013 14:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 26 Oct 2013 14:10:00 GMT Resent-Message-Id: <201310261410.r9QEA089060188@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mats Erik Andersson Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1E1851B for ; Sat, 26 Oct 2013 14:00:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 86B072EE7 for ; Sat, 26 Oct 2013 14:00:11 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9QE0A65011224 for ; Sat, 26 Oct 2013 14:00:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9QE0Ac3011118; Sat, 26 Oct 2013 14:00:10 GMT (envelope-from nobody) Message-Id: <201310261400.r9QE0Ac3011118@oldred.freebsd.org> Date: Sat, 26 Oct 2013 14:00:10 GMT From: Mats Erik Andersson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/183333: Misnamed constant in bpf(4) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 14:10:01 -0000 >Number: 183333 >Category: docs >Synopsis: Misnamed constant in bpf(4) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 26 14:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mats Erik Andersson >Release: 9.1-RELEASE >Organization: >Environment: 9.1-REALEASE-p7 i386 >Description: In section EXAMPLES of bpf(4), first example on Reverse ARP, the macro REVARP_REQUEST does not exist. The code snippet must be updated to use ARPOP_REVREQUEST instead. For verification look in "/usr/include/net/if_arp.h". >How-To-Repeat: >Fix: Use macro ARPOP_REVREQUEST. >Release-Note: >Audit-Trail: >Unformatted: