From 00492fb846a59a3ca77525c626bcd3631fb2ecc0 Mon Sep 17 00:00:00 2001 From: Navdeep Parhar Date: Fri, 11 Dec 2020 19:45:40 +0000 Subject: [PATCH] vnet.9: Use correct location of vnet.h. MFC after: 1 week Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D27557 --- share/man/man9/vnet.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/vnet.9 b/share/man/man9/vnet.9 index 4848023e4cc..16c0db9a1f1 100644 --- a/share/man/man9/vnet.9 +++ b/share/man/man9/vnet.9 @@ -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" .\"