git: 0104423d2844 - stable/12 - MFC r368794: driver(9): Fix a mandoc related issue
Gordon Bergling
gbe at FreeBSD.org
Sun Dec 27 15:24:49 UTC 2020
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=0104423d2844502d904294da65c434d68a9504d1
commit 0104423d2844502d904294da65c434d68a9504d1
Author: Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2020-12-19 10:18:21 +0000
Commit: Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2020-12-27 15:24:25 +0000
MFC r368794: driver(9): Fix a mandoc related issue
- sections out of conventional order: Sh SEE ALSO
(cherry picked from commit f37f378d35710da29463f0346deafe6eeb7648ea)
---
share/man/man9/driver.9 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9
index 93ab992ce741..a23b1ac41543 100644
--- a/share/man/man9/driver.9
+++ b/share/man/man9/driver.9
@@ -111,6 +111,11 @@ arguments.
.Xr DEVICE_PROBE 9 ,
.Xr DEVICE_SHUTDOWN 9 ,
.Xr DRIVER_MODULE 9
+.Sh HISTORY
+The
+.Nm
+framework first appeared in
+.Fx 2.2.7 .
.Sh AUTHORS
This manual page was written by
.An Doug Rabson .
More information about the dev-commits-src-branches
mailing list