Return-Path: owner-LDP-L@cornell.edu
Received: from listproc.mail.cornell.edu (LISTPROC.MAIL.CORNELL.EDU [132.236.56.14]) by keos.Helsinki.FI (8.6.9/H46) with SMTP id LAA28371 for <LARS.WIRZENIUS@CS.HELSINKI.FI>; Thu, 17 Nov 1994 11:56:22 +0200
Received: from host ([127.0.0.1]) by listproc.mail.cornell.edu with SMTP id <92284-7>; Thu, 17 Nov 1994 04:32:32 -0500
Received: from cornell.edu ([132.236.56.6]) by listproc.mail.cornell.edu with SMTP id <90353-5>; Thu, 17 Nov 1994 01:55:28 -0500
Received: from cornell.edu (PHQUERY) by cornell.edu with cornell-phquery id <372769-5>; Thu, 17 Nov 1994 01:55:23 -0500
Received: from rasty.anu.edu.au ([150.203.15.214]) by cornell.edu with SMTP id <372767-5>; Thu, 17 Nov 1994 01:55:16 -0500
Received: by rasty.anu.edu.au id AA00446
  (5.67b/IDA-1.4.4 for LDP-L@cornell.edu); Thu, 17 Nov 1994 17:52:03 +1100
Message-Id: <199411170652.AA00446@rasty.anu.edu.au>
Date: 	Thu, 17 Nov 1994 02:52:02 -0500
Reply-To: LDP-L@cornell.edu
Sender: owner-LDP-L@cornell.edu
From: Paul Gortmaker <paul@RASTY.ANU.EDU.AU>
To: Linux Documentation Project writers <LDP-L@cornell.edu>
Subject: Re: Some comments
In-Reply-To: <9411170357.AA01266@thokk.cs.cornell.edu> from "Matt Welsh" at Nov 16, 94 10:57:48 pm
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-PH: V4.1@cornell.edu (Cornell Modified) 
X-Mailer: ELM [version 2.4 PL17]
X-Listprocessor-Version: 7.01 -- ListProcessor by CREN
Content-Length: 601
Status: RO
X-Status: 

> 
> Please, bring up your comments/complaints/bugs about Linuxdoc-SGML;

One thing that I noted that needs doing is the nroff/ascii version
doesn't get a table of contents. Seeing as it is still probably the
most used/avail format for the end user, this is probably significant.

At the moment, I have been just using something like:

	grep '^  [0-9]' Ethernet-HOWTO > index

and then editing out the few bogus lines that happened to start with
a number, and sticking it back into the document. This could probably
be added to qroff with minimal fuss, by using grep/sed and associated
tools.

Paul.

