From owner-cvs-doc@FreeBSD.ORG Sat Aug 12 19:32:25 2006 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C649416A4DF; Sat, 12 Aug 2006 19:32:25 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7541743D6B; Sat, 12 Aug 2006 19:32:23 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 380392D99FC; Sat, 12 Aug 2006 19:32:22 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 2BC191142C; Sat, 12 Aug 2006 21:32:22 +0200 (CEST) Date: Sat, 12 Aug 2006 21:32:22 +0200 From: "Simon L. Nielsen" To: Giorgos Keramidas Message-ID: <20060812193216.GB1089@zaphod.nitro.dk> References: <200608121636.k7CGaRvv054806@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608121636.k7CGaRvv054806@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 19:32:25 -0000 On 2006.08.12 16:36:27 +0000, Giorgos Keramidas wrote: > keramida 2006-08-12 16:36:26 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml > Log: > Fix an English syntax buglet and s/DOS/&msdos;/ Well, actually DOS is fine since that's a more general term covering several "Operating systems" (if you can call DOS an OS :) ). DOS isn't a trademark (AFAIK), but since MS-DOS is a trademark you are generally not allowed to bind it with another word using a hyphen (I can't recall MS's requirement, but that's very common). So, it should preferably be "DOS-derived" or "&msdos; derived". Personally I have no great need to advertise more than needed for MS, which is why I left all instances of DOS as DOS when I did the original trademark sweep. > | > | Note that device numbers in &os; start from zero and not > | - one (like they do, for instance in DOS-derived systems). > | - This means that what DOS-based systems > | + one (like they do, for instance in &msdos;-derived systems). > | + This means that what &msdos;-based systems > | call COM1 is > | usually /dev/cuad0 in &os;. > | -- Simon L. Nielsen