From owner-cvs-all Mon Feb 19 3:58:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1008037B491; Mon, 19 Feb 2001 03:58:16 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1JBwFe08452; Mon, 19 Feb 2001 03:58:16 -0800 (PST) (envelope-from ru) Message-Id: <200102191158.f1JBwFe08452@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 19 Feb 2001 03:58:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac tmac.doc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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