aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-12-19 13:05:54 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-12-27 08:33:23 +0000
commitb1ef73a2be86b382846fded7693c33a8d8b18ee8 (patch)
tree56690a42911d2c4bc96f27d9b29fdeac2e9aee00
parent62845881eebf0ec6a6db7e589614a25cf295ec28 (diff)
downloadsrc-b1ef73a2be86b382846fded7693c33a8d8b18ee8.tar.gz
src-b1ef73a2be86b382846fded7693c33a8d8b18ee8.zip
MFC r368808: devctl(8): Correct "sections out of conventional order" error
(cherry picked from commit 267d86e15dbc9156c35ea07a5d8063013758431c)
-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.