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

Ken Smith kensmith at FreeBSD.org
Sat Dec 13 10:29:49 PST 2008


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


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