Date: Wed, 22 Dec 2010 14:25:56 +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-8@freebsd.org Subject: svn commit: r216652 - stable/8/gnu/usr.bin/groff/tmac Message-ID: <201012221425.oBMEPutf016464@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kensmith Date: Wed Dec 22 14:25:56 2010 New Revision: 216652 URL: http://svn.freebsd.org/changeset/base/216652 Log: Adjust the version of FreeBSD printed on the manual pages. Approved by: re (implicit) Modified: stable/8/gnu/usr.bin/groff/tmac/mdoc.local Modified: stable/8/gnu/usr.bin/groff/tmac/mdoc.local ============================================================================== --- stable/8/gnu/usr.bin/groff/tmac/mdoc.local Wed Dec 22 13:06:51 2010 (r216651) +++ stable/8/gnu/usr.bin/groff/tmac/mdoc.local Wed Dec 22 14:25:56 2010 (r216652) @@ -67,7 +67,7 @@ .ds doc-volume-as-arm arm . .\" Default .Os value -.ds doc-default-operating-system FreeBSD\~8.1 +.ds doc-default-operating-system FreeBSD\~8.2 . .\" FreeBSD releases not found in doc-common .ds doc-operating-system-FreeBSD-7.2 7.2 @@ -76,6 +76,7 @@ .ds doc-operating-system-FreeBSD-8.0 8.0 .ds doc-operating-system-FreeBSD-8.1 8.1 .ds doc-operating-system-FreeBSD-8.2 8.2 +.ds doc-operating-system-FreeBSD-8.3 8.3 .ds doc-operating-system-FreeBSD-9.0 9.0 . .\" Definitions not (yet) in doc-syms
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012221425.oBMEPutf016464>