From owner-freebsd-doc@FreeBSD.ORG Wed Oct 30 01:05:15 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 382BF6BC for ; Wed, 30 Oct 2013 01:05:15 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DDFFE2525 for ; Wed, 30 Oct 2013 01:05:14 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r9U15Brn073969; Tue, 29 Oct 2013 19:05:11 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r9U15BNt073966; Tue, 29 Oct 2013 19:05:11 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 29 Oct 2013 19:05:11 -0600 (MDT) From: Warren Block To: Taras Korenko Subject: Re: Developers' Handbook on the web server In-Reply-To: <20131029212243.GA3023@bee.synfin.me> Message-ID: References: <20131029212243.GA3023@bee.synfin.me> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 29 Oct 2013 19:05:12 -0600 (MDT) 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, 30 Oct 2013 01:05:15 -0000 On Tue, 29 Oct 2013, Taras Korenko wrote: > On Tue, Oct 29, 2013 at 02:57:55PM -0600, Warren Block wrote: >> ... >> Also: >> "Last modified on August 2000 by ." >> ... > may be simply fixed with: > > Index: en_US.ISO8859-1/books/developers-handbook/book.xml > =================================================================== > --- en_US.ISO8859-1/books/developers-handbook/book.xml (revision 43072) > +++ en_US.ISO8859-1/books/developers-handbook/book.xml (working copy) > @@ -16,7 +16,7 @@ > > The FreeBSD Documentation Project > > - August 2000 > + $FreeBSD$ > > > 2000 Also added the missing copyright notices and committed it. Thanks!