On Mon, Dec 26, 2011 at 09:51:53PM +0000, Ed Schouten wrote: > Author: ed > Date: Mon Dec 26 21:51:53 2011 > New Revision: 228904 > URL: http://svn.freebsd.org/changeset/base/228904 > > Log: > Add libstdthreads. [...] > Modified: > head/contrib/groff/tmac/doc-syms > head/contrib/groff/tmac/groff_mdoc.man
On Thu, Jan 05, 2012 at 09:36:12PM +0000, Ulrich Spoerlein wrote: > Author: uqs > Date: Thu Jan 5 21:36:12 2012 > New Revision: 229651 > URL: http://svn.freebsd.org/changeset/base/229651 > > Log: > Pull up vendor changes to mdoc(7) > > This switches us to using -isoC-2011 as the symbol name which is used by > groff and mdocml. It follows the change to 4 digit years as done with > IEEE Std 1003 post-1999. > > MFC after: 2 weeks (groff changes only) > > Modified: > head/contrib/groff/tmac/doc-syms > head/contrib/groff/tmac/groff_mdoc.man > head/lib/libstdthreads/thrd_create.3 [...] Please don't directly commit to "mdoc" in contrib/groff/. mdoc is still distributed under the BSD license, here's the quote from groff/LICENSES: : . The -mdoc macro set, using the BSD license. : : tmac/doc.tmac : tmac/doc-old.tmac : tmac/doc-common : tmac/doc-ditroff : tmac/doc-nroff : tmac/doc-syms : tmac/groff_mdoc.man Vendor changes to mdoc should first be committed to vendor/groff/dist/ and then merged from there. Local changes should be made to gnu/usr.bin/groff/tmac/mdoc.local and may also be submitted upstream at your discretion. Cheers, -- Ruslan Ermilov r...@freebsd.org FreeBSD committer _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"