From owner-freebsd-doc@FreeBSD.ORG Mon Jun 25 21:00:32 2012 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65DA51065672 for ; Mon, 25 Jun 2012 21:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 375648FC0A for ; Mon, 25 Jun 2012 21:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5PL0W2p033088 for ; Mon, 25 Jun 2012 21:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5PL0WaW033087; Mon, 25 Jun 2012 21:00:32 GMT (envelope-from gnats) Date: Mon, 25 Jun 2012 21:00:32 GMT Message-Id: <201206252100.q5PL0WaW033087@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Robert Simmons Cc: Subject: Re: docs/169367: ipfilter section of handbook has an error in the ipnat rules example X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Simmons List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 21:00:32 -0000 The following reply was made to PR docs/169367; it has been noted by GNATS. From: Robert Simmons To: bug-followup@freebsd.org Cc: Subject: Re: docs/169367: ipfilter section of handbook has an error in the ipnat rules example Date: Mon, 25 Jun 2012 16:55:23 -0400 Please close this bug and disregard. It turns out that the error was a missing newline at the end of the file, not the syntax of it. When I saved it in vi it added the newline and the rules loaded properly.