Author: trasz Date: Thu May 18 20:40:49 2017 New Revision: 318491 URL: https://svnweb.freebsd.org/changeset/base/318491
Log: MFC r317517: Advertise kldxref(8) a little better. Modified: stable/11/sbin/kldconfig/kldconfig.8 stable/11/sbin/kldload/kldload.8 Directory Properties: stable/11/ (props changed) Modified: stable/11/sbin/kldconfig/kldconfig.8 ============================================================================== --- stable/11/sbin/kldconfig/kldconfig.8 Thu May 18 20:37:47 2017 (r318490) +++ stable/11/sbin/kldconfig/kldconfig.8 Thu May 18 20:40:49 2017 (r318491) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 15, 2001 +.Dd April 27, 2017 .Dt KLDCONFIG 8 .Os .Sh NAME @@ -98,6 +98,7 @@ The default module search path used by t .Sh SEE ALSO .Xr kldload 2 , .Xr kldload 8 , +.Xr kldxref 8 , .Xr sysctl 8 .Sh HISTORY The Modified: stable/11/sbin/kldload/kldload.8 ============================================================================== --- stable/11/sbin/kldload/kldload.8 Thu May 18 20:37:47 2017 (r318490) +++ stable/11/sbin/kldload/kldload.8 Thu May 18 20:40:49 2017 (r318491) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 18, 2012 +.Dd April 27, 2017 .Dt KLDLOAD 8 .Os .Sh NAME @@ -116,7 +116,8 @@ Modules may also be auto-loaded through .Xr security 7 , .Xr kldconfig 8 , .Xr kldstat 8 , -.Xr kldunload 8 +.Xr kldunload 8 , +.Xr kldxref 8 .Sh HISTORY The .Nm _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
