Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 10:18:21 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368794 - head/share/man/man9
Message-ID:  <202012191018.0BJAILNx026902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



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