From owner-freebsd-doc@FreeBSD.ORG Wed Oct 2 13:28:21 2013 Return-Path: Delivered-To: freebsd-doc@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 2BACF81C for ; Wed, 2 Oct 2013 13:28:21 +0000 (UTC) (envelope-from thetruebloodsword@gmail.com) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF5FE2AB9 for ; Wed, 2 Oct 2013 13:28:20 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id eo20so630891lab.34 for ; Wed, 02 Oct 2013 06:28:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=05S+jZfSHBVtjN40Z05diqJLYpb6YsrZ+vjM06sR0sw=; b=zRdpOKjhS4k39n+UvQ25juJ/6mFprgnY/FW5Ir3IL2PX+Agzu8cZNF9dJbhL+O2LIS oqtwbPKf+63Pf8m5Bdv2OpmInUoKZNiVn0HZKryPLkYG7SZ0FbE+E97Lwf3SqfrB6Q1U OVyICAalHKaWrKO/WNmDmHWEDGyjjJyaGJ7MWMOOKpVDX/a2Ocz/Gwa7Al3SIYiwnG62 93fRC6sS3ouHn3YSe6iNpyn03bVQnn34lLKO5lPcd1DdKZgZl1mGIXSVbUzFmQQHjgKd COaX2Dil/uM0wBQCbvx7bwMxsSW/MgCn+1aChbbRTWiwhMM4xLkwew87bxWRFYQAtIzo sJBA== MIME-Version: 1.0 X-Received: by 10.112.14.3 with SMTP id l3mr2209563lbc.27.1380720498669; Wed, 02 Oct 2013 06:28:18 -0700 (PDT) Received: by 10.112.25.101 with HTTP; Wed, 2 Oct 2013 06:28:18 -0700 (PDT) Date: Wed, 2 Oct 2013 21:28:18 +0800 Message-ID: Subject: document mistake From: =?UTF-8?B?6JSj5b2l5Lqt?= To: freebsd-doc@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Wed, 02 Oct 2013 13:28:21 -0000 http://www.freebsd.org/doc/handbook/firewalls-pf.html In 30.4.6.6. Tables Make Life Easier demo code table persist file /etc/clients the file path should be quote. table persist file "/etc/clients" or it would show a syntax error when pf try to load the configuration file. Thanks! My OS: FreeBSD 9.0 i386