On 31 January 2014 16:26, Ulrich Spoerlein <u...@freebsd.org> wrote: > Author: uqs > Date: Fri Jan 31 12:26:30 2014 > New Revision: 261319 > URL: http://svnweb.freebsd.org/changeset/base/261319 > > Log: > Pull up vendor changes up to 2014-01-29 > > - move local overrides into mdoc.local > - syncs us with git commit 819839b66c80e8dabe6cb24ea6319c26c9a2be14 > > Discussed with: ru > MFC after: 2 weeks
On a related note. We already reference .Nx 7.0 in numerous places. I have not found in svn history that mdoc.local was used ever to store .{Other}x macros there. Is it ok or is there a better way? Otherwise I would like to commit this patch: Index: gnu/usr.bin/groff/tmac/mdoc.local =================================================================== --- gnu/usr.bin/groff/tmac/mdoc.local (revision 261323) +++ gnu/usr.bin/groff/tmac/mdoc.local (working copy) @@ -58,6 +58,7 @@ .ds doc-operating-system-FreeBSD-9.2 9.2 .ds doc-operating-system-FreeBSD-10.0 10.0 .ds doc-operating-system-FreeBSD-11.0 11.0 +.ds doc-operating-system-NetBSD-7.0 7.0 . .\" Definitions not (yet) in doc-syms . Oh, or may be you could commit a corresponding change upstream yourself? :) So we could rather pull it downstream as is. -- wbr, pluknet _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"