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

Xin LI delphij at FreeBSD.org
Sun Aug 4 04:51:32 UTC 2019


Author: delphij
Date: Sun Aug  4 04:51:32 2019
New Revision: 350566
URL: https://svnweb.freebsd.org/changeset/base/350566

Log:
  There is no need to explicitly add zlib, we already have it in
  sys/conf/files.

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

Modified: head/share/man/man4/mxge.4
==============================================================================
--- head/share/man/man4/mxge.4	Sun Aug  4 01:18:50 2019	(r350565)
+++ head/share/man/man4/mxge.4	Sun Aug  4 04:51:32 2019	(r350566)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 2, 2019
+.Dd February 13, 2008
 .Dt MXGE 4
 .Os
 .Sh NAME
@@ -43,7 +43,6 @@ place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
 .Cd "device firmware"
-.Cd "device zlib"
 .Cd "device mxge"
 .Ed
 .Pp


More information about the svn-src-all mailing list