svn commit: r348542 - head/share/man/man4

John Baldwin jhb at FreeBSD.org
Mon Jun 3 15:42:00 UTC 2019


Author: jhb
Date: Mon Jun  3 15:41:54 2019
New Revision: 348542
URL: https://svnweb.freebsd.org/changeset/base/348542

Log:
  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
  MFC after:	3 days
  Sponsored by:	Chelsio Communications

Modified:
  head/share/man/man4/ccr.4

Modified: head/share/man/man4/ccr.4
==============================================================================
--- head/share/man/man4/ccr.4	Mon Jun  3 15:41:45 2019	(r348541)
+++ head/share/man/man4/ccr.4	Mon Jun  3 15:41:54 2019	(r348542)
@@ -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-head mailing list