git: b1ef73a2be86 - stable/12 - MFC r368808: devctl(8): Correct "sections out of conventional order" error

Gordon Bergling gbe at FreeBSD.org
Sun Dec 27 08:34:04 UTC 2020


The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=b1ef73a2be86b382846fded7693c33a8d8b18ee8

commit b1ef73a2be86b382846fded7693c33a8d8b18ee8
Author:     Gordon Bergling <gbe at FreeBSD.org>
AuthorDate: 2020-12-19 13:05:54 +0000
Commit:     Gordon Bergling <gbe at FreeBSD.org>
CommitDate: 2020-12-27 08:33:23 +0000

    MFC r368808: devctl(8): Correct "sections out of conventional order" error
    
    (cherry picked from commit 267d86e15dbc9156c35ea07a5d8063013758431c)
---
 usr.sbin/devctl/devctl.8 | 10 +++++-----
 1 file 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.


More information about the dev-commits-src-all mailing list