From owner-freebsd-questions@FreeBSD.ORG Mon Aug 23 22:27:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71CA216A4CE for ; Mon, 23 Aug 2004 22:27:08 +0000 (GMT) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00C443D1F for ; Mon, 23 Aug 2004 22:27:07 +0000 (GMT) (envelope-from jayobrien@worldnet.att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc12) with ESMTP id <2004082322270611200las7ee> (Authid: jayobrien@att.net); Mon, 23 Aug 2004 22:27:07 +0000 Message-ID: <412A6F3A.4050103@att.net> Date: Mon, 23 Aug 2004 15:27:06 -0700 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions References: <41298C0F.3070600@att.net> In-Reply-To: <41298C0F.3070600@att.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: how to view .ascii file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 22:27:08 -0000 Jay O'Brien wrote: > I'm trying to read the 'paper.ascii' file contained in > /usr/share/doc/psd/12.make/paper.ascii.gz and it is > a mess. This is a tutorial on "make". I've unzipped > the file in a WinXP machine and I can't find a display > tool that will not show the formatting stuff in the file. Thanks to all for the fixes; they all work except lynx, apparently because lynx isn't present. I didn't realize there's such a difference in "plain ascii" between FreeBSD and Windows. Now that I can read the file, I see that it isn't what I thought it would be; it is referred to at the end of MAN MAKE and I thought it would be useful, as it was called a "tutorial". It reads like a foreign language to me, however, as I don't (yet) have the basic understanding of "MAKE" that it expects. This all started as follows: I did a make install clean of XFree86, hoping to start over and take another shot at LCD display parameters. The message I received said it was already installed, and "You may wish to 'make deinstall' and install this port again by 'make reinstall' to upgrade it properly. I want to know how 'make deinstall' and 'make reinstall' operate before I use them. But that's another subject. Jay O'Brien