From owner-freebsd-doc@FreeBSD.ORG Mon Apr 6 18:50:12 2009 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04E1410657FB for ; Mon, 6 Apr 2009 18:50:12 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 55E478FC13 for ; Mon, 6 Apr 2009 18:50:10 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by bwz8 with SMTP id 8so1961710bwz.43 for ; Mon, 06 Apr 2009 11:50:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=gT/5pV4MvdxJXm4M4whaFytd7JQKGfHwtE4vyRZefYU=; b=lInrTBvraEhkJqDgBcqIouW0QzmUpQQVd/pZ1lKfF7OEnliu85LbD60CPAirXBrv35 wn0CJ1jDKsVi2ScD6gisCDqX6qyf/5M2uIxhQAQnUfUGHqaaJodtDulZUhqR9kkBp7b8 6HqLdPWiQFVmBm4nQX+w+AiY5xz2DLaCu8+DQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=f7nE3vUF3w1+FUmlLnt7a1qNG+9s9CL9EYKqm8S48grylUbk5BsmU4yd4AgfkYt2fS CsIgPRz5Mz8YTmUdI3TWVlrJxnIg53cnPVwHMtfH5iq1jrP4R2RP3mB8ICiUJeRsdLWU xJzVABKQ4VbQ75YrT2I+iHdwLB22YSvcGEoyA= Received: by 10.204.118.12 with SMTP id t12mr663770bkq.158.1239043810140; Mon, 06 Apr 2009 11:50:10 -0700 (PDT) Received: from atlantis.dyndns.org (ppp-94-69-68-78.home.otenet.gr [94.69.68.78]) by mx.google.com with ESMTPS id p9sm2385763fkb.1.2009.04.06.11.50.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Apr 2009 11:50:09 -0700 (PDT) Message-ID: <49DA4EDF.9090201@gmail.com> Date: Mon, 06 Apr 2009 21:50:07 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.21 (X11/20090330) MIME-Version: 1.0 To: Chris Pepper References: <200904061830.n36IU2PY060432@freefall.freebsd.org> In-Reply-To: <200904061830.n36IU2PY060432@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Cc: freebsd-doc@FreeBSD.org Subject: Re: docs/131568: Cleanup for ipf documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2009 18:50:12 -0000 Chris Pepper wrote: > The following reply was made to PR docs/131568; it has been noted by GNATS. > > From: Chris Pepper > To: Tom Rhodes > Cc: bug-followup@FreeBSD.org > Subject: Re: docs/131568: Cleanup for ipf documentation > Date: Mon, 06 Apr 2009 13:56:45 -0400 > > Tom Rhodes wrote: > > Hi Chris, > > > > I'm trying to compare your fixed version to the current one. Could > > you perhaps generate a unified diff against the SGML files? It > > would be much easier for us to parse. Thanks! > > > > BTW: The primer can be found at this URL: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/index.html > > Tom, > > Can you give me a URL for the SGML source you want me to generate a > patch against? > > Thanks, > > Chris > > -- > Chris Pepper: > > Here is a quick link of the SGML source for the 'firewalls' chapter: http://www.freebsd.org/cgi/cvsweb.cgi/doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml (Use the 'download' link for the latest version, currently 1.86) I am preparing a patch for this chapter as well, I will try to integrate your changes into it. manolis@