svn commit: r216636 - releng/8.2/gnu/usr.bin/groff/tmac

Ken Smith kensmith at FreeBSD.org
Wed Dec 22 04:40:59 UTC 2010


Author: kensmith
Date: Wed Dec 22 04:40:58 2010
New Revision: 216636
URL: http://svn.freebsd.org/changeset/base/216636

Log:
  Adjust the FreeBSD version printed as part of manual pages.
  
  Approved by:	re (implicit)

Modified:
  releng/8.2/gnu/usr.bin/groff/tmac/mdoc.local

Modified: releng/8.2/gnu/usr.bin/groff/tmac/mdoc.local
==============================================================================
--- releng/8.2/gnu/usr.bin/groff/tmac/mdoc.local	Wed Dec 22 04:37:44 2010	(r216635)
+++ releng/8.2/gnu/usr.bin/groff/tmac/mdoc.local	Wed Dec 22 04:40:58 2010	(r216636)
@@ -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


More information about the svn-src-all mailing list