From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 22 15:56:12 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1FE2106566B for ; Mon, 22 Mar 2010 15:56:12 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.sonnenberger.org (www.sonnenberger.org [92.79.50.50]) by mx1.freebsd.org (Postfix) with ESMTP id 932348FC15 for ; Mon, 22 Mar 2010 15:56:12 +0000 (UTC) Received: from britannica.bec.de (www.sonnenberger.org [192.168.1.10]) by www.sonnenberger.org (Postfix) with ESMTP id 23A156665D for ; Mon, 22 Mar 2010 16:56:11 +0100 (CET) Received: by britannica.bec.de (Postfix, from userid 1000) id D466815C2B; Mon, 22 Mar 2010 16:56:19 +0100 (CET) Date: Mon, 22 Mar 2010 16:56:19 +0100 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20100322155619.GA4984@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <4BA5D7B0.8000507@bsdforen.de> <4BA6C5DA.6040100@FreeBSD.org> <86634ojxl7.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: nroff -man, .An Aq formatting X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 15:56:12 -0000 On Mon, Mar 22, 2010 at 03:05:52PM +0000, Christian Weisgerber wrote: > And we probably have that usage in other man pages. It is not clear > to me if the problem is the use of these characters for angle quotes > or the use of .Aq for email addresses. I think the best option would be to sit down and adjust .Mt slightly to include the angle quotes and start to use that. E.g. make .Mt joe@example.com output It is supported by (old) versions of groff already, just without the angel quotes. Joerg