svn commit: r315438 - head/share/man/man4/man4.powerpc
Justin Hibbits
jhibbits at FreeBSD.org
Fri Mar 17 03:14:17 UTC 2017
Author: jhibbits
Date: Fri Mar 17 03:14:15 2017
New Revision: 315438
URL: https://svnweb.freebsd.org/changeset/base/315438
Log:
Update dtsec man page with correct config requirements.
Modified:
head/share/man/man4/man4.powerpc/dtsec.4
Modified: head/share/man/man4/man4.powerpc/dtsec.4
==============================================================================
--- head/share/man/man4/man4.powerpc/dtsec.4 Fri Mar 17 03:03:58 2017 (r315437)
+++ head/share/man/man4/man4.powerpc/dtsec.4 Fri Mar 17 03:14:15 2017 (r315438)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 28, 2016
+.Dd March 16, 2017
.Dt DTSEC 4
.Os
.Sh NAME
@@ -35,10 +35,8 @@
To compile this driver into the kernel, place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
-.Cd "include ""dpaa/DPAA""
-.Cd "options QORIQ_DPAA"
+.Cd "include ""dpaa/config.dpaa""
.Cd "device dpaa"
-.Cd "device dtsec"
.Cd "device miibus"
.Ed
.Sh DESCRIPTION
More information about the svn-src-all
mailing list