svn commit: r191089 - stable/7/gnu/usr.bin/groff/tmac

Ken Smith kensmith at FreeBSD.org
Tue Apr 14 20:41:17 PDT 2009


Author: kensmith
Date: Wed Apr 15 03:41:16 2009
New Revision: 191089
URL: http://svn.freebsd.org/changeset/base/191089

Log:
  Make 7.2 the default OS version for manual pages.
  
  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	Wed Apr 15 03:17:07 2009	(r191088)
+++ stable/7/gnu/usr.bin/groff/tmac/mdoc.local	Wed Apr 15 03:41:16 2009	(r191089)
@@ -64,12 +64,13 @@
 .ds doc-volume-as-arm      arm
 .
 .\" Default .Os value
-.ds doc-default-operating-system FreeBSD\~7.1
+.ds doc-default-operating-system FreeBSD\~7.2
 .
 .\" 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-7.1    7.2
 .ds doc-operating-system-FreeBSD-8.0    8.0
 .
 .ec


More information about the svn-src-stable-7 mailing list