svn commit: r320596 - in stable: 10/sys/sys 11/sys/sys

Glen Barber gjb at FreeBSD.org
Mon Jul 3 13:02:23 UTC 2017


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


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