From owner-svn-src-all@freebsd.org Wed Jul 17 01:56:41 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3DDC9BF314; Wed, 17 Jul 2019 01:56:41 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2009F872B5; Wed, 17 Jul 2019 01:56:41 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E91F1F577; Wed, 17 Jul 2019 01:56:40 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6H1uei5076084; Wed, 17 Jul 2019 01:56:40 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6H1ueWR076081; Wed, 17 Jul 2019 01:56:40 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201907170156.x6H1ueWR076081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 17 Jul 2019 01:56:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r350074 - head/share/man/man4 X-SVN-Group: head X-SVN-Commit-Author: kevlo X-SVN-Commit-Paths: head/share/man/man4 X-SVN-Commit-Revision: 350074 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2009F872B5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2019 01:56:41 -0000 Author: kevlo Date: Wed Jul 17 01:56:40 2019 New Revision: 350074 URL: https://svnweb.freebsd.org/changeset/base/350074 Log: Mention iflib(4). Modified: head/share/man/man4/ixgbe.4 head/share/man/man4/ixl.4 head/share/man/man4/vmx.4 Modified: head/share/man/man4/ixgbe.4 ============================================================================== --- head/share/man/man4/ixgbe.4 Wed Jul 17 01:05:33 2019 (r350073) +++ head/share/man/man4/ixgbe.4 Wed Jul 17 01:56:40 2019 (r350074) @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 30, 2019 +.Dd July 17, 2019 .Dt IXGBE 4 .Os .Sh NAME @@ -110,6 +110,7 @@ issue to .Sh SEE ALSO .Xr altq 4 , .Xr arp 4 , +.Xr iflib 4 , .Xr netintro 4 , .Xr ng_ether 4 , .Xr polling 4 , Modified: head/share/man/man4/ixl.4 ============================================================================== --- head/share/man/man4/ixl.4 Wed Jul 17 01:05:33 2019 (r350073) +++ head/share/man/man4/ixl.4 Wed Jul 17 01:56:40 2019 (r350074) @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 30, 2019 +.Dd July 17, 2019 .Dt IXL 4 .Os .Sh NAME @@ -271,11 +271,11 @@ email all the specific information related to the issu .Sh SEE ALSO .Xr arp 4 , .Xr iavf 4 , +.Xr iflib 4, .Xr netintro 4 , .Xr vlan 4 , .Xr ifconfig 8 , -.Xr iovctl 8 , -.Xr iflib 9 +.Xr iovctl 8 .Sh HISTORY The .Nm Modified: head/share/man/man4/vmx.4 ============================================================================== --- head/share/man/man4/vmx.4 Wed Jul 17 01:05:33 2019 (r350073) +++ head/share/man/man4/vmx.4 Wed Jul 17 01:56:40 2019 (r350074) @@ -17,7 +17,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 30, 2019 +.Dd July 17, 2019 .Dt VMX 4 .Os .Sh NAME @@ -137,6 +137,7 @@ ethernet0.virtualDev = "vmxnet3" .Xr altq 4 , .Xr arp 4 , .Xr em 4 , +.Xr iflib 4 , .Xr netintro 4 , .Xr ng_ether 4 , .Xr pcn 4 ,