From owner-freebsd-stable@FreeBSD.ORG Tue Apr 4 23:27:48 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A01C16A400 for ; Tue, 4 Apr 2006 23:27:48 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from omta01sl.mx.bigpond.com (omta01sl.mx.bigpond.com [144.140.92.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E3FB43D46 for ; Tue, 4 Apr 2006 23:27:47 +0000 (GMT) (envelope-from andrew@areilly.bpa.nu) Received: from areilly.bpa.nu ([141.168.4.160]) by omta01sl.mx.bigpond.com with ESMTP id <20060404232746.QVXD25377.omta01sl.mx.bigpond.com@areilly.bpa.nu> for ; Tue, 4 Apr 2006 23:27:46 +0000 Received: (qmail 43380 invoked by uid 501); 4 Apr 2006 23:29:32 -0000 Date: Wed, 5 Apr 2006 09:29:32 +1000 From: Andrew Reilly To: Lars Eighner Message-ID: <20060404232932.GC42612@gurney.reilly.home> References: <20060404160100.U76190@goodwill.io.com> <200604041726.17120.jkim@FreeBSD.org> <20060404163058.J76542@goodwill.io.com> <200604041752.15909.jkim@FreeBSD.org> <20060404170708.D76810@goodwill.io.com> <20060404232527.GB42612@gurney.reilly.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060404232527.GB42612@gurney.reilly.home> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@FreeBSD.org, Jung-uk Kim Subject: Re: Is Makefile.inc1 in 6 wrong? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2006 23:27:48 -0000 On Wed, Apr 05, 2006 at 09:25:27AM +1000, Andrew Reilly wrote: > On Tue, Apr 04, 2006 at 05:19:33PM -0500, Lars Eighner wrote: > > And also in man make. The ` is an accent key, not a quote key. > > Typographically, `' were often used as matching single quote > pairs, in systems that had to render to ASCII. You'll almost > certainly find that that man page rendered to postscript has > typographical 69 single quotes. I've just checked, and this is correct. Try "man -t make >make.ps" then use ggv or other postscript viewer to look at the result. All of those "back-ticks" are rendered as proper typographical single quotes. -- Andrew