summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbe <gbe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-19 13:05:54 +0000
committergbe <gbe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-19 13:05:54 +0000
commit70361a5634b0d418feac43084fe3552d4fcfedd6 (patch)
tree80758cae6216d0d959b766c28e5a077f5ff91a85
parentd94c672f696438c8fe1d5378d23c85aa8976350f (diff)
downloadfreebsd-70361a5634b0d418feac43084fe3552d4fcfedd6.tar.gz
freebsd-70361a5634b0d418feac43084fe3552d4fcfedd6.tar.bz2
devctl(8): Correct "sections out of conventional order" error
MFC after: 1 week git-svn-id: http://svn.freebsd.org/base/head@368808 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
-rw-r--r--usr.sbin/devctl/devctl.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/devctl/devctl.8 b/usr.sbin/devctl/devctl.8
index 9fc3e69b118..17f480bd66e 100644
--- a/usr.sbin/devctl/devctl.8
+++ b/usr.sbin/devctl/devctl.8
@@ -194,11 +194,6 @@ tried first; if failed or not implemented, power reset is tried.
If you have detached or suspended a child device explicitly and then
do a reset, the child device will end up attached.
.El
-.Sh BUGS
-Currently there is no administrative flag to prevent re-attach or resume
-of the manually detached or suspended devices after reset.
-Similarly, there is no flag to prevent un-suspending of the the manually
-suspended devices after system resume.
.Sh SEE ALSO
.Xr devctl 3 ,
.Xr devinfo 8
@@ -207,3 +202,8 @@ The
.Nm
utility first appeared in
.Fx 10.3 .
+.Sh BUGS
+Currently there is no administrative flag to prevent re-attach or resume
+of the manually detached or suspended devices after reset.
+Similarly, there is no flag to prevent un-suspending of the the manually
+suspended devices after system resume.