Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jul 2017 13:02:21 +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-11@freebsd.org
Subject:   svn commit: r320596 - in stable: 10/sys/sys 11/sys/sys
Message-ID:  <201707031302.v63D2LBF002938@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Jul  3 13:02:21 2017
New Revision: 320596
URL: https://svnweb.freebsd.org/changeset/base/320596

Log:
  MFC r320488:
   Correct the branch naming convention in param.h.
   While here, consistently use upper-case 'X' to represent the
   version number.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/sys/sys/param.h
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/sys/param.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/11/sys/sys/param.h
==============================================================================
--- stable/11/sys/sys/param.h	Mon Jul  3 10:24:49 2017	(r320595)
+++ stable/11/sys/sys/param.h	Mon Jul  3 13:02:21 2017	(r320596)
@@ -54,7 +54,7 @@
  *
  * scheme is:  <major><two digit minor>Rxx
  *		'R' is in the range 0 to 4 if this is a release branch or
- *		x.0-CURRENT before RELENG_*_0 is created, otherwise 'R' is
+ *		X.0-CURRENT before releng/X.0 is created, otherwise 'R' is
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version



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