Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2013 19:04:19 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r253216 - in stable/9: gnu/usr.bin/groff/tmac sys/conf
Message-ID:  <201307111904.r6BJ4Jd4084596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Thu Jul 11 19:04:19 2013
New Revision: 253216
URL: http://svnweb.freebsd.org/changeset/base/253216

Log:
  - Set stable/9 branch to -PRERELEASE status.
  - Add 9.2 mdoc(7) macro.
  
  Approved by:	re (implicit)
  Approved by:	kib (mentor)

Modified:
  stable/9/gnu/usr.bin/groff/tmac/mdoc.local
  stable/9/sys/conf/newvers.sh

Modified: stable/9/gnu/usr.bin/groff/tmac/mdoc.local
==============================================================================
--- stable/9/gnu/usr.bin/groff/tmac/mdoc.local	Thu Jul 11 17:41:04 2013	(r253215)
+++ stable/9/gnu/usr.bin/groff/tmac/mdoc.local	Thu Jul 11 19:04:19 2013	(r253216)
@@ -44,13 +44,14 @@
 .ds doc-str-Lb-librtld_db  Run-time Linker Debugging Library (librtld_db, \-lrtld_db)
 .
 .\" Default .Os value
-.ds doc-default-operating-system FreeBSD\~9.1
+.ds doc-default-operating-system FreeBSD\~9.2
 .
 .\" FreeBSD releases not found in doc-common
 .ds doc-operating-system-FreeBSD-7.4    7.4
 .ds doc-operating-system-FreeBSD-8.3    8.3
 .ds doc-operating-system-FreeBSD-8.4    8.4
 .ds doc-operating-system-FreeBSD-9.1    9.1
+.ds doc-operating-system-FreeBSD-9.2    9.2
 .ds doc-operating-system-FreeBSD-10.0   10.0
 .
 .\" Definitions not (yet) in doc-syms

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Thu Jul 11 17:41:04 2013	(r253215)
+++ stable/9/sys/conf/newvers.sh	Thu Jul 11 19:04:19 2013	(r253216)
@@ -31,8 +31,8 @@
 # $FreeBSD$
 
 TYPE="FreeBSD"
-REVISION="9.1"
-BRANCH="STABLE"
+REVISION="9.2"
+BRANCH="PRERELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307111904.r6BJ4Jd4084596>