Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2001 03:58:15 -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:  <200102191158.f1JBwFe08452@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2001/02/19 03:58:15 PST

  Modified files:
    contrib/groff/tmac   tmac.doc 
  Log:
  Do not output extra comma before "and" for references with two authors.
  
  Example:
  	.Rs
  	.%A Author1
  	.%A Author2
  	.%B Book
  	.Re
  
  Produced:
  	Author1, and Author2, Book.
  
  Now produces:
  	Author1 and Author2, Book.
  
  Ported from:	mdocNG
  
  Revision  Changes    Path
  1.18      +10 -11    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?200102191158.f1JBwFe08452>