From owner-cvs-all@FreeBSD.ORG Mon Nov 17 11:30:33 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 669141065670 for ; Mon, 17 Nov 2008 11:30:33 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id E1D538FC14 for ; Mon, 17 Nov 2008 11:30:32 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by fg-out-1718.google.com with SMTP id l26so1971183fgb.35 for ; Mon, 17 Nov 2008 03:30:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :organization:user-agent:mime-version:to:cc:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:sender; bh=GgLsNQ2ADTSziRFMRn5mKMIrZbThCtjhQyZomm6EQMk=; b=Tjl5gGkp2JgE9Pdf6h/3uE4O//kesBg12CLLrYjG3N2NYIGNNYrPmD9nsGdOokAwOH gNMg3b62UkyvJlZW3dz+Mfb5+Qep6PhVSN35MGU1B15C7bKkfWqQxwBv2lllNGyetDj4 VFrsWP6XiBHKAEVQODlHy1FVVHs9133lcnPZg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:sender; b=FH5/+1JEzh6SEAt9+4nLQzi94xxCvw717aZ7LSocUcZdbFrMPPwKluF7UjclGuhIMx JSNcB2C4sf2XWeiZHNeUtxbSqYfbsiwheJVyyQLHtsM6FgadNtb/1nSe1KKg3rWy3nrO CB+gQBC1DVMqtzggX/bCxSEhS7U/D3VR6oNNk= Received: by 10.86.92.7 with SMTP id p7mr2248794fgb.24.1226921431392; Mon, 17 Nov 2008 03:30:31 -0800 (PST) Received: from ?192.168.1.29? (oktnb24.inf.elte.hu [157.181.167.24]) by mx.google.com with ESMTPS id e20sm4346321fga.1.2008.11.17.03.30.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Nov 2008 03:30:30 -0800 (PST) Message-ID: <492155C3.8000704@FreeBSD.org> Date: Mon, 17 Nov 2008 12:30:11 +0100 From: Gabor PALI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.17 (X11/20081023) MIME-Version: 1.0 To: Manolis Kiagias References: <200811170907.mAH97eSV016137@repoman.freebsd.org> <492139F5.8090304@FreeBSD.org> <492146DF.5000301@otenet.gr> In-Reply-To: <492146DF.5000301@otenet.gr> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/preface preface.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2008 11:30:33 -0000 Manolis Kiagias wrote: > Gabor PALI wrote: >> By the way, do you think we should use an entity for marking up "DTrace"? > You mean add an entry in man-refs.ent? > It seems there is a man page for dtrace in 7.1-PRERELEASE but it doesn't > come up (yet) in the web interface of freebsd.org > I think it would be safe to assume this will happen soon... I am thinking of a &dtrace; entity that resolves to the text "DTrace", as in case of &sun; or &solaris;. It would help to eliminate these spelling mistakes, that is why it popped to my mind. It is just a suggestion, though. Cheers, :g