git: 7bed7043e216 - stable/13 - __FreeBSD_version: update the references to the doc tree

Ka Ho Ng khng at FreeBSD.org
Tue Apr 27 08:44:46 UTC 2021


The branch stable/13 has been updated by khng:

URL: https://cgit.FreeBSD.org/src/commit/?id=7bed7043e216119a0c9c261f4cbd93d5cd6b0944

commit 7bed7043e216119a0c9c261f4cbd93d5cd6b0944
Author:     Ka Ho Ng <khng at FreeBSD.org>
AuthorDate: 2021-04-22 09:36:22 +0000
Commit:     Ka Ho Ng <khng at FreeBSD.org>
CommitDate: 2021-04-27 08:44:17 +0000

    __FreeBSD_version: update the references to the doc tree
    
    Update the reference of which file to update in the doc tree when
    bumping __FreeBSD_version.
    
    This change is to catch up with commit f8fed61b80 in the doc repository.
    
    Approved by:    lwhsu (mentor), philip (mentor)
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D29920
    
    (cherry picked from commit 7c707c7c25ad361f911716c31d22f5722f4dffc9)
---
 sys/sys/param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/param.h b/sys/sys/param.h
index a08ec36f6fcc..e547452e5af1 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -52,7 +52,7 @@
  * there.
  * Currently this lives here in the doc/ repository:
  *
- *	documentation/content/en/books/porters-handbook/versions/chapter.adoc
+ *	documentation/content/en/books/porters-handbook/versions/_index.adoc
  *
  * scheme is:  <major><two digit minor>Rxx
  *		'R' is in the range 0 to 4 if this is a release branch or


More information about the dev-commits-src-branches mailing list