From owner-svn-src-head@freebsd.org Fri Jul 7 16:22:11 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F157DA6EA1; Fri, 7 Jul 2017 16:22:11 +0000 (UTC) (envelope-from gjb@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 mx1.freebsd.org (Postfix) with ESMTPS id CF57480777; Fri, 7 Jul 2017 16:22:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v67GM9Nf090260; Fri, 7 Jul 2017 16:22:09 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v67GM9Rn090259; Fri, 7 Jul 2017 16:22:09 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201707071622.v67GM9Rn090259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 7 Jul 2017 16:22:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r320785 - head/share/man/man4 X-SVN-Group: head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/share/man/man4 X-SVN-Commit-Revision: 320785 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2017 16:22:11 -0000 Author: gjb Date: Fri Jul 7 16:22:09 2017 New Revision: 320785 URL: https://svnweb.freebsd.org/changeset/base/320785 Log: Connect ena(4) to the build. MFC after: 3 days Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Fri Jul 7 16:14:52 2017 (r320784) +++ head/share/man/man4/Makefile Fri Jul 7 16:22:09 2017 (r320785) @@ -141,6 +141,7 @@ MAN= aac.4 \ edsc.4 \ ehci.4 \ em.4 \ + ena.4 \ enc.4 \ epair.4 \ esp.4 \