Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2017 00:20:48 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320488 - head/sys/sys
Message-ID:  <201706300020.v5U0KmX4088477@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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