svn commit: r295537 - in stable/10: lib/libdevctl usr.sbin/devctl

John Baldwin jhb at FreeBSD.org
Thu Feb 11 17:55:19 UTC 2016


Author: jhb
Date: Thu Feb 11 17:55:17 2016
New Revision: 295537
URL: https://svnweb.freebsd.org/changeset/base/295537

Log:
  MFC 295174:
  - Note that devctl(8) will appear in 10.3 first.
  - Add missing devctl_set_driver entry to namelist in devlist(3).
  
  Approved by:	re (gjb)

Modified:
  stable/10/lib/libdevctl/devctl.3
  stable/10/usr.sbin/devctl/devctl.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libdevctl/devctl.3
==============================================================================
--- stable/10/lib/libdevctl/devctl.3	Thu Feb 11 17:48:15 2016	(r295536)
+++ stable/10/lib/libdevctl/devctl.3	Thu Feb 11 17:55:17 2016	(r295537)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 26, 2014
+.Dd February 2, 2016
 .Dt DEVCTL 3
 .Os
 .Sh NAME
@@ -33,7 +33,8 @@
 .Nm devctl_attach ,
 .Nm devctl_detach ,
 .Nm devctl_disable ,
-.Nm devctl_enable
+.Nm devctl_enable ,
+.Nm devctl_set_driver
 .Nd device control library
 .Sh LIBRARY
 .Lb libdevctl
@@ -251,4 +252,4 @@ The new device driver failed to attach.
 The
 .Nm
 library first appeared in
-.Fx 11.0 .
+.Fx 10.3 .

Modified: stable/10/usr.sbin/devctl/devctl.8
==============================================================================
--- stable/10/usr.sbin/devctl/devctl.8	Thu Feb 11 17:48:15 2016	(r295536)
+++ stable/10/usr.sbin/devctl/devctl.8	Thu Feb 11 17:55:17 2016	(r295537)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 5, 2015
+.Dd February 2, 2016
 .Dt DEVCTL 8
 .Os
 .Sh NAME
@@ -123,4 +123,4 @@ the device will not be changed.
 The
 .Nm
 utility first appeared in
-.Fx 11.0 .
+.Fx 10.3 .


More information about the svn-src-stable-10 mailing list