From owner-freebsd-questions Sun Jun 22 08:51:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA08348 for questions-outgoing; Sun, 22 Jun 1997 08:51:51 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA08323; Sun, 22 Jun 1997 08:51:36 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id KAA28932; Sun, 22 Jun 1997 10:51:29 -0500 (EST) Date: Sun, 22 Jun 1997 10:51:28 -0500 (EST) From: John Fieber Reply-To: John Fieber To: Brian Somers cc: Annelise Anderson , kleon@bellsouth.net, freebsd-questions@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: Handbook - ascii form?? In-Reply-To: <199706221358.OAA18944@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 22 Jun 1997, Brian Somers wrote: > Has anyone any objections (cc'd to freebsd-hackers) to me adding > a .txt version of the handbook & FAQ ? > > > What I suspect is that these docs have been sgml'd, html'd, troff'd, > > groff'd, roff'd, and ps'd, and it's no longer possible to produce > > just plain old text..... > > > > Wanted! Converter to plain text! $ col -b < inputfile > outputfile At one time in history the sgmlfmt script did that automatically for text output. I suppose it could be brought back in as an option. -john