From owner-freebsd-doc@FreeBSD.ORG Sat Oct 27 04:02:16 2012 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD42BC9A for ; Sat, 27 Oct 2012 04:02:16 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 486728FC0C for ; Sat, 27 Oct 2012 04:02:16 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q9R42FW5064228; Fri, 26 Oct 2012 22:02:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q9R42Dsf064225; Fri, 26 Oct 2012 22:02:14 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 26 Oct 2012 22:02:13 -0600 (MDT) From: Warren Block To: Benjamin Kaduk Subject: Re: "queueing" In-Reply-To: Message-ID: References: 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.2.7 (wonkity.com [127.0.0.1]); Fri, 26 Oct 2012 22:02:15 -0600 (MDT) Cc: 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: Sat, 27 Oct 2012 04:02:16 -0000 On Fri, 26 Oct 2012, Benjamin Kaduk wrote: > On Fri, 26 Oct 2012, Warren Block wrote: > >> Use American English Spelling >> >> There are several variants of English, with different spellings for >> the same word. Where spellings differ, use the American English >> variant. "color", not "colour", "rationalize", not "rationalise", and >> so on. >> >> Note: The use of British English may be accepted in the case of >> a contributed article, however the spelling must be consistent within >> the whole document. The other documents such as books, web site, >> manual pages, etc. will have to use American English. > > Hmm, added in r11318 by nik in 2001, well before I started. > Sorry for misremembering. > > This does not seem to present a short answer for the question posed by the > subject of this thread, though... A case can be made that the rules above at least apply to where the word is shown to the user, as opposed to source and comments. Ignoring dtrace and sendmail, both contrib: % grep -irl '".*queueing' * lib/libkse/test/mutex_d.c sbin/camcontrol/camcontrol.c sbin/pfctl/parse.y share/examples/scsi_target/scsi_cmds.c sys/cam/ctl/ctl.c sys/cam/cam_xpt.c sys/dev/acpica/acpi_ec.c sys/dev/aic7xxx/aic79xx.c sys/dev/aic7xxx/aic79xx_inline.h sys/dev/isp/isp.c sys/dev/mps/mps_sas.c sys/dev/twa/tw_cl_intr.c sys/dev/wtap/if_wtap.c sys/geom/mountver/g_mountver.c sys/geom/raid/tr_raid1.c sys/geom/raid/tr_raid1e.c sys/netinet/cc/cc_chd.c sys/netinet/cc/cc_hd.c sys/netinet/igmp.c sys/netinet6/mld6.c sys/ofed/drivers/infiniband/ulp/sdp/sdp_rx.c usr.sbin/ctm/mkCTM/mkCTM usr.sbin/ypserv/yp_dnslookup.c