From owner-cvs-all Thu Jan 27 9:56:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E615015505; Thu, 27 Jan 2000 09:56:41 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA47122; Thu, 27 Jan 2000 09:56:41 -0800 (PST) (envelope-from joerg@FreeBSD.org) Message-Id: <200001271756.JAA47122@freefall.freebsd.org> From: Joerg Wunsch Date: Thu, 27 Jan 2000 09:56:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common strip.sed Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 2000/01/27 09:56:41 PST Modified files: contrib/groff/tmac doc-common strip.sed Log: Fix a problem that caused the generation of an (almost) empty first page of -mdoc manual pages in troff mode. The problem has been introduced in rev 1.12; apparently ending a line inside a macro definition with \c doesn't behave as Bill expected, and troff was fooled to believe previous output was already pending thus a new page needed to be emitted. Using a troff comment .\" instead of \c seems to solve this, alas the brain^Wnice sed(1) magic needs to be taught to _not_ strip those comments now. I think -stable is not affected by this. Revision Changes Path 1.20 +29 -29 src/contrib/groff/tmac/doc-common 1.2 +2 -0 src/contrib/groff/tmac/strip.sed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message