From owner-freebsd-doc@FreeBSD.ORG Wed Oct 2 14:30:10 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org 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 A8710975 for ; Wed, 2 Oct 2013 14:30:10 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 470BA2EA0 for ; Wed, 2 Oct 2013 14:30:10 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id c11so994991wgh.30 for ; Wed, 02 Oct 2013 07:30:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=fNQSqvzaR2Ym6PkQ4LbPI8pwbhs3ZvpfndxJORZCdZM=; b=zAtPM8MNM6Owaqp5fTkWqWqhgn+YWyICqRIhDXilCIMOsYxXorYvTh3pR152Jxqu0R 8VxOWr4Gx0vPg/K2XkFkmNLtFlic1iUHfIDK/yG9BAwccVrjHorzmNefPMD1OOgsOUEu v5KGdLXrz7z+mDMVitf58QmnbFI7g4QlNrJGjvJucld88FZKaAuSRECmhSIxHxPYuGVK vauJLceAh266rnfLRQ2mYzYCh9yvQcDKtTbBYnJxkD/PZb7yl0rgDcYn5Kbj9gw60CoN g2itEDPD8r8yYMmrXs7F7TNW1LhNnazDEL/DwwBlHW3Fs0XBA4DJb1DO251ncw2W4pGF XRQw== MIME-Version: 1.0 X-Received: by 10.194.219.1 with SMTP id pk1mr2487194wjc.36.1380724207844; Wed, 02 Oct 2013 07:30:07 -0700 (PDT) Sender: pluknet@gmail.com Received: by 10.216.62.69 with HTTP; Wed, 2 Oct 2013 07:30:07 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Oct 2013 18:30:07 +0400 X-Google-Sender-Auth: KI2CvipzaPj2GDnfjvDydaYUPvo Message-ID: Subject: Re: document mistake From: Sergey Kandaurov To: =?UTF-8?B?6JSj5b2l5Lqt?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-doc@freebsd.org 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 14:30:10 -0000 On 2 October 2013 17:28, =E8=94=A3=E5=BD=A5=E4=BA=AD wrote: > 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 err= or > when pf try to load the configuration file. Committed, thanks. The change will appear soon. --=20 wbr, pluknet