From owner-cvs-src-old@FreeBSD.ORG Wed Jun 8 08:09:38 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AD181065670 for ; Wed, 8 Jun 2011 08:09:38 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 88AEC8FC15 for ; Wed, 8 Jun 2011 08:09:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5889csl035297 for ; Wed, 8 Jun 2011 08:09:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5889cOI035296 for cvs-src-old@freebsd.org; Wed, 8 Jun 2011 08:09:38 GMT (envelope-from ru@repoman.freebsd.org) Message-Id: <201106080809.p5889cOI035296@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ru@repoman.freebsd.org using -f From: Ruslan Ermilov Date: Wed, 8 Jun 2011 08:08:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/groff/tmac doc-common doc-syms doc.tmac src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2011 08:09:38 -0000 ru 2011-06-08 08:08:42 UTC FreeBSD src repository Modified files: contrib/groff/tmac doc-common doc-syms doc.tmac gnu/usr.bin/groff/tmac mdoc.local Log: SVN rev 222852 on 2011-06-08 08:08:42Z by ru Pull up all vendor changes to mdoc(7). This also replaces the local fix in r219209 that made .Ac emit ASCII angle quotes with an official fix. In the official fix, ASCII quotes are output when using the .Aq, .Ao and .Ac calls, but only when nested into the .An macro. PR: gnu/154822 Revision Changes Path 1.76 +12 -0 src/contrib/groff/tmac/doc-common 1.56 +4 -0 src/contrib/groff/tmac/doc-syms 1.5 +16 -4 src/contrib/groff/tmac/doc.tmac 1.83 +0 -2 src/gnu/usr.bin/groff/tmac/mdoc.local