summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-12-19 10:18:21 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-12-19 10:18:21 +0000
commitf37f378d35710da29463f0346deafe6eeb7648ea (patch)
tree6e8ec89240a186dff58cba3a18806ac8d2db8955 /share
parenta549eb675bcdf5e0a35b49baa6f3ef0856dcba41 (diff)
downloadsrc-test-f37f378d35710da29463f0346deafe6eeb7648ea.tar.gz
src-test-f37f378d35710da29463f0346deafe6eeb7648ea.zip
driver(9): Fix a mandoc related issue
- sections out of conventional order: Sh SEE ALSO MFC after: 1 week
Notes
Notes: svn path=/head/; revision=368794
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/driver.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9
index 303f4d3b7b88e..e801a188c732f 100644
--- a/share/man/man9/driver.9
+++ b/share/man/man9/driver.9
@@ -102,11 +102,6 @@ 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 ,
@@ -116,6 +111,11 @@ framework first appeared in
.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 .