From owner-svn-src-head@FreeBSD.ORG Thu Nov 19 08:32:10 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A3D4106566B; Thu, 19 Nov 2009 08:32:10 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id D28A08FC17; Thu, 19 Nov 2009 08:32:09 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id D524041C756; Thu, 19 Nov 2009 09:32:07 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id DE0NEYWiSDn7; Thu, 19 Nov 2009 09:32:07 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 2D88A41C75C; Thu, 19 Nov 2009 09:32:07 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 4769C4448E6; Thu, 19 Nov 2009 08:30:54 +0000 (UTC) Date: Thu, 19 Nov 2009 08:30:54 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Darren Reed In-Reply-To: <200911190810.nAJ8AOKF098105@svn.freebsd.org> Message-ID: <20091119083005.S37440@maildrop.int.zabbadoz.net> References: <200911190810.nAJ8AOKF098105@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r199510 - head/contrib/ipfilter/man X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 19 Nov 2009 08:32:10 -0000 On Thu, 19 Nov 2009, Darren Reed wrote: > Author: darrenr > Date: Thu Nov 19 08:10:24 2009 > New Revision: 199510 > URL: http://svn.freebsd.org/changeset/base/199510 > > Log: > fix spelling mistake > > Modified: > head/contrib/ipfilter/man/ipf.8 > > Modified: head/contrib/ipfilter/man/ipf.8 > ============================================================================== > --- head/contrib/ipfilter/man/ipf.8 Thu Nov 19 07:01:09 2009 (r199509) > +++ head/contrib/ipfilter/man/ipf.8 Thu Nov 19 08:10:24 2009 (r199510) > @@ -46,7 +46,7 @@ supports \fBlanguage\fI. At present, th > \fBC\fB (-cc) for which two files - \fBip_rules.c\fP > and \fBip_rules.h\fP are generated in the \fBCURRENT DIRECTORY\fP when > \fBipf\fP is being run. These files can be used with the > -\fBIPFILTER_COMPILED\fP kernel option to build filter rules staticly into > +\fBIPFILTER_COMPILED\fP kernel option to build filter rules staticlly into I might need coffee, still, but did you mean "statically"? > the kernel. > .TP > .B \-d > -- Bjoern A. Zeeb It will not break if you know what you are doing.