svn commit: r320598 - releng/11.1/sys/sys

Glen Barber gjb at FreeBSD.org
Mon Jul 3 13:47:00 UTC 2017


Author: gjb
Date: Mon Jul  3 13:46:58 2017
New Revision: 320598
URL: https://svnweb.freebsd.org/changeset/base/320598

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

Modified:
  releng/11.1/sys/sys/param.h
Directory Properties:
  releng/11.1/   (props changed)

Modified: releng/11.1/sys/sys/param.h
==============================================================================
--- releng/11.1/sys/sys/param.h	Mon Jul  3 13:41:05 2017	(r320597)
+++ releng/11.1/sys/sys/param.h	Mon Jul  3 13:46:58 2017	(r320598)
@@ -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-all mailing list