svn commit: r320488 - head/sys/sys

Glen Barber gjb at FreeBSD.org
Fri Jun 30 00:20:49 UTC 2017


Author: gjb
Date: Fri Jun 30 00:20:48 2017
New Revision: 320488
URL: https://svnweb.freebsd.org/changeset/base/320488

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

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Jun 29 23:57:35 2017	(r320487)
+++ head/sys/sys/param.h	Fri Jun 30 00:20:48 2017	(r320488)
@@ -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-head mailing list