From owner-cvs-all@FreeBSD.ORG Tue Jul 6 12:47:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A67A216A4CE; Tue, 6 Jul 2004 12:47:25 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC4943D41; Tue, 6 Jul 2004 12:47:24 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i66CjZus055406; Tue, 6 Jul 2004 06:45:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 06 Jul 2004 06:45:39 -0600 (MDT) Message-Id: <20040706.064539.16966332.imp@bsdimp.com> To: ceri@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20040705191116.GB7690@submonkey.net> References: <200407051808.i65I8WhT097397@repoman.freebsd.org> <20040705191116.GB7690@submonkey.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: kientzle@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive archive_write.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 12:47:26 -0000 In message: <20040705191116.GB7690@submonkey.net> Ceri Davies writes: : On Mon, Jul 05, 2004 at 06:08:32PM +0000, Tim Kientzle wrote: : > kientzle 2004-07-05 18:08:32 UTC : > : > FreeBSD src repository : > : > Modified files: : > lib/libarchive archive_write.3 : > Log: : > ru@'s ambitious sweep through the manpages is mostly a good thing, : > but some colons are supposed to be followed by uppercase letters. : : > | @@ -153,7 +153,7 @@ Freeze the settings, open the archive, a : > | This is the most generic form of this function, which accepts : > | pointers to three callback functions which will be invoked by : > | the library to write the constructed archive. : > | -Note: internally, the callbacks are invoked by the compression layer. : > | +Note: Internally, the callbacks are invoked by the compression layer. : : Not that one, though. I just asked a friend that teaches English and writes professionally. It used to be the case that there was always a capital after ':'. This rule has been relaxed in the last few dozen years so that it is now optional. Her option would be to capitalize it when it is a complete clause on its own, but that's just her opinion. In other words, from a langauge point of view (at leas for en_US), it just doesn't matter. Warner