svn commit: r368557 - head/share/man/man9

Navdeep Parhar np at FreeBSD.org
Fri Dec 11 19:45:41 UTC 2020


Author: np
Date: Fri Dec 11 19:45:40 2020
New Revision: 368557
URL: https://svnweb.freebsd.org/changeset/base/368557

Log:
  vnet.9: Use correct location of vnet.h.
  
  MFC after:	1 week
  Sponsored by:	Chelsio Communications
  Differential Revision:	https://reviews.freebsd.org/D27557

Modified:
  head/share/man/man9/vnet.9

Modified: head/share/man/man9/vnet.9
==============================================================================
--- head/share/man/man9/vnet.9	Fri Dec 11 19:27:21 2020	(r368556)
+++ head/share/man/man9/vnet.9	Fri Dec 11 19:45:40 2020	(r368557)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 24, 2018
+.Dd December 10, 2020
 .Dt VNET 9
 .Os
 .Sh NAME
@@ -38,7 +38,7 @@
 .Cd "options VIMAGE"
 .Cd "options VNET_DEBUG"
 .Pp
-.In sys/vnet.h
+.In net/vnet.h
 .\"------------------------------------------------------------
 .Ss "Constants and Global Variables"
 .\"


More information about the svn-src-head mailing list