Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 18:50:28 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e5f0664b1f33 - stable/12 - MFC r360492 (by bcr):
Message-ID:  <202012281850.0BSIoSgm004894@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit e5f0664b1f3311846e321595dfb96254c7ae8696
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2020-04-30 11:17:29 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2020-12-28 18:48:09 +0000

    MFC r360492 (by bcr):
    
    Add HISTORY sections to disk(9), driver(9), and epoch(9).
    
    Submitted by:           gbergling_gmail.com
    Differential Revision:  https://reviews.freebsd.org/D24243
    
    (cherry picked from commit 8c63b2db53862c523bc2cb3f7c4d0243018eb3de)
---
 share/man/man9/disk.9   | 7 ++++++-
 share/man/man9/driver.9 | 7 ++++++-
 share/man/man9/epoch.9  | 7 ++++++-
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9
index e65dc889b50e..081e63c67000 100644
--- a/share/man/man9/disk.9
+++ b/share/man/man9/disk.9
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 3, 2017
+.Dd April 30, 2020
 .Dt DISK 9
 .Os
 .Sh NAME
@@ -241,6 +241,11 @@ Typically used to store a pointer to the drivers
 .Vt softc
 structure for this disk device.
 .El
+.Sh HISTORY
+The
+.Nm kernel disk storage API
+first appeard in
+.Fx 4.9 .
 .Sh SEE ALSO
 .Xr GEOM 4 ,
 .Xr devfs 5 ,
diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9
index a23b1ac41543..5dba1b94a6bb 100644
--- a/share/man/man9/driver.9
+++ b/share/man/man9/driver.9
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 22, 2011
+.Dd April 30, 2020
 .Dt DRIVER 9
 .Os
 .Sh NAME
@@ -102,6 +102,11 @@ macro will also create the devclass with the name of the driver and
 can optionally call extra initialisation code in the driver by
 specifying an extra module event handler and argument as the last two
 arguments.
+.Sh HISTORY
+The
+.Nm
+framework first appeared in
+.Fx 2.2.7 .
 .Sh SEE ALSO
 .Xr devclass 9 ,
 .Xr device 9 ,
diff --git a/share/man/man9/epoch.9 b/share/man/man9/epoch.9
index 48ad09d2e249..bb16980da2da 100644
--- a/share/man/man9/epoch.9
+++ b/share/man/man9/epoch.9
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 28, 2019
+.Dd April 30, 2020
 .Dt EPOCH 9
 .Os
 .Sh NAME
@@ -205,6 +205,11 @@ The
 .Nm
 kernel programming interface is under development and is subject to change.
 .El
+.Sh HISTORY
+The
+.Nm
+framework first appeard in
+.Fx 11.0 .
 .Sh SEE ALSO
 .Xr locking 9 ,
 .Xr mtx_pool 9 ,



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