Author: gbe (doc committer) Date: Sat Dec 19 10:18:21 2020 New Revision: 368794 URL: https://svnweb.freebsd.org/changeset/base/368794
Log: driver(9): Fix a mandoc related issue - sections out of conventional order: Sh SEE ALSO MFC after: 1 week Modified: head/share/man/man9/driver.9 Modified: head/share/man/man9/driver.9 ============================================================================== --- head/share/man/man9/driver.9 Sat Dec 19 10:15:58 2020 (r368793) +++ head/share/man/man9/driver.9 Sat Dec 19 10:18:21 2020 (r368794) @@ -102,11 +102,6 @@ macro will also create the devclass with the name of t 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 . _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"