Date: Sat, 13 Dec 2008 18:29:49 +0000 (UTC) From: Ken Smith <kensmith@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r186044 - stable/7/gnu/usr.bin/groff/tmac Message-ID: <200812131829.mBDITnGp036329@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kensmith Date: Sat Dec 13 18:29:48 2008 New Revision: 186044 URL: http://svn.freebsd.org/changeset/base/186044 Log: Due to a mis-understanding on my part with Ruslan I haven't been updating this like I should have been. Mis-understanding is cleared up I think. Change default operating system for upcoming release. Add release names not in contrib/groff/tmac/doc-common yet. Submitted by: ru Approved by: re (implicit) Modified: stable/7/gnu/usr.bin/groff/tmac/mdoc.local Modified: stable/7/gnu/usr.bin/groff/tmac/mdoc.local ============================================================================== --- stable/7/gnu/usr.bin/groff/tmac/mdoc.local Sat Dec 13 17:48:06 2008 (r186043) +++ stable/7/gnu/usr.bin/groff/tmac/mdoc.local Sat Dec 13 18:29:48 2008 (r186044) @@ -64,10 +64,12 @@ .ds doc-volume-as-arm arm . .\" Default .Os value -.ds doc-default-operating-system FreeBSD\~7.0 +.ds doc-default-operating-system FreeBSD\~7.1 . .\" FreeBSD releases not found in doc-common .ds doc-operating-system-FreeBSD-6.3 6.3 +.ds doc-operating-system-FreeBSD-6.4 6.4 +.ds doc-operating-system-FreeBSD-7.1 7.1 .ds doc-operating-system-FreeBSD-8.0 8.0 . .ec
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812131829.mBDITnGp036329>