Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 13:05:54 +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: r368808 - head/usr.sbin/devctl
Message-ID:  <202012191305.0BJD5sTR033259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Sat Dec 19 13:05:54 2020
New Revision: 368808
URL: https://svnweb.freebsd.org/changeset/base/368808

Log:
  devctl(8): Correct "sections out of conventional order" error
  
  MFC after:	1 week

Modified:
  head/usr.sbin/devctl/devctl.8

Modified: head/usr.sbin/devctl/devctl.8
==============================================================================
--- head/usr.sbin/devctl/devctl.8	Sat Dec 19 13:00:17 2020	(r368807)
+++ head/usr.sbin/devctl/devctl.8	Sat Dec 19 13:05:54 2020	(r368808)
@@ -194,11 +194,6 @@ tried first; if failed or not implemented, power reset
 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.



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