git: 669293ca27 - main - Fix description and typo in Porters handbook version chapter
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jun 2022 08:21:32 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=669293ca27dfd34d46261bdc4291db2778aa2a3d
commit 669293ca27dfd34d46261bdc4291db2778aa2a3d
Author: Pau Amma <pauamma_gundo.com>
AuthorDate: 2022-06-24 08:20:01 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-06-24 08:20:01 +0000
Fix description and typo in Porters handbook version chapter
Approved by: imp@, debdrup@
Differential Revision: https://reviews.freebsd.org/D35246
---
documentation/content/en/books/porters-handbook/versions/_index.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc
index 9cd8b03a83..bd9ce57336 100644
--- a/documentation/content/en/books/porters-handbook/versions/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc
@@ -1,7 +1,7 @@
---
title: Chapter 18. __FreeBSD_version Values
prev: books/porters-handbook/uses
-description: A list of changes into the sys/param.h file
+description: A list of changes to the sys/param.h file
tags: ["FreeBSD versions"]
showBookMenu: true
weight: 18
@@ -313,7 +313,7 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg
|1400054
|gitref:50bb3a33d879536e86e8a23365f070ef00b5cb32[repository="src",length=12]
|March 28, 2022
-|14.0-CURRENT after change irq_work_queue to return a bool in LinuxKPI to match 5.10 API.
+|14.0-CURRENT after changing irq_work_queue to return a bool in LinuxKPI to match 5.10 API.
|1400055
|gitref:d69af4758be912625ec08656ba64eb90a98c9a7f[repository="src",length=12]