Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2000 09:56:41 -0800 (PST)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/groff/tmac doc-common strip.sed
Message-ID:  <200001271756.JAA47122@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001271756.JAA47122>