svn commit: r348755 - stable/12/share/man/man4
John Baldwin
jhb at FreeBSD.org
Thu Jun 6 20:03:24 UTC 2019
Author: jhb
Date: Thu Jun 6 20:03:23 2019
New Revision: 348755
URL: https://svnweb.freebsd.org/changeset/base/348755
Log:
MFC 348542: Add 'device cxgbe' explicitly in the synopsis.
ccr depends on symbols exported by the cxgbe driver as well as having
a runtime dependency. While the runtime depenency was noted in the
manpage already, the compile-time dependency wasn't as clear.
PR: 238265
Modified:
stable/12/share/man/man4/ccr.4
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/share/man/man4/ccr.4
==============================================================================
--- stable/12/share/man/man4/ccr.4 Thu Jun 6 19:48:27 2019 (r348754)
+++ stable/12/share/man/man4/ccr.4 Thu Jun 6 20:03:23 2019 (r348755)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 29, 2019
+.Dd June 3, 2019
.Dt CCR 4
.Os
.Sh NAME
@@ -36,6 +36,7 @@ place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device ccr"
+.Cd "device cxgbe"
.Ed
.Pp
To load the driver as a
More information about the svn-src-stable-12
mailing list