Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2001 03:26:57 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/groff/tmac tmac.doc
Message-ID:  <200102071126.f17BQv420499@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2001/02/07 03:26:57 PST

  Modified files:
    contrib/groff/tmac   tmac.doc 
  Log:
  Add a missing line-break request so that -ragged
  -compact lists always start from the new line.
  
  Example:
  
  	foo
  	.Bd -ragged -compact
  	bar
  	.Ed
  
  Produced:
  
  	foo bar
  
  Now produces:
  
  	foo
  	bar
  
  Revision  Changes    Path
  1.14      +2 -1      src/contrib/groff/tmac/tmac.doc



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?200102071126.f17BQv420499>