summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-12-19 13:05:54 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-12-19 13:05:54 +0000
commit267d86e15dbc9156c35ea07a5d8063013758431c (patch)
tree80758cae6216d0d959b766c28e5a077f5ff91a85
parenta2f1c81b286c528a8efedf224a13e476dba1de42 (diff)
downloadsrc-test2-267d86e15dbc9156c35ea07a5d8063013758431c.tar.gz
src-test2-267d86e15dbc9156c35ea07a5d8063013758431c.zip
devctl(8): Correct "sections out of conventional order" error
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=368808
-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 9fc3e69b1183..17f480bd66ee 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.