From owner-cvs-user Tue Mar 25 04:15:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA08726 for cvs-user-outgoing; Tue, 25 Mar 1997 04:15:17 -0800 (PST) Received: from bsd.fs.bauing.th-darmstadt.de (bsd.fs.bauing.th-darmstadt.de [130.83.63.241]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA08702; Tue, 25 Mar 1997 04:15:09 -0800 (PST) Received: from campa.panke.de (anonymous213.ppp.cs.tu-berlin.de [130.149.17.213]) by bsd.fs.bauing.th-darmstadt.de (8.8.5/8.8.5) with SMTP id NAA04775; Tue, 25 Mar 1997 13:15:02 +0100 (MET) Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id MAA00863; Tue, 25 Mar 1997 12:13:50 +0100 Date: Tue, 25 Mar 1997 12:13:50 +0100 Message-Id: <199703251113.MAA00863@campa.panke.de> From: Wolfram Schneider To: Mike Pritchard Cc: wosch@apfel.de (Wolfram Schneider), wosch@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/contrib/groff/tmac doc-syms In-Reply-To: <199703250307.TAA04950@freefall.freebsd.org> References: <199703242354.AAA01830@campa.panke.de> <199703250307.TAA04950@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Pritchard writes: >But the .Fx macro isn't really documentation so to speak. >All that adding releases that will never actually be specified >as parameters to the macro just results in more code >for *roff to execute. At least .Fx isn't called that much, >so it really isn't a big deal. But I can still remember running on >some older systems where I would groan if I saw the message >"Formatting page, please wait..." come out, due to the amount of >time it took to format. groff is written in C++ and it is terrible slow. Some hackers told me groff is 7 times slower than the original troff (C sources) from AT&T on a SunOS machine. >Maybe we need a releases(7) or history(7) man page to >document this type of thing. I can copy http://www.de.freebsd.org/de/ftp/unix-stammbaum to /usr/share/misc/bsd-family-tree. Wolfram