From owner-svn-src-head@freebsd.org Sat Feb 25 14:50:54 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 AA521CEDEE2; Sat, 25 Feb 2017 14:50:54 +0000 (UTC) (envelope-from avg@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 77A2FAA3; Sat, 25 Feb 2017 14:50:54 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1PEor4Q090000; Sat, 25 Feb 2017 14:50:53 GMT (envelope-from avg@FreeBSD.org) Received: (from avg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1PEor0V089999; Sat, 25 Feb 2017 14:50:53 GMT (envelope-from avg@FreeBSD.org) Message-Id: <201702251450.v1PEor0V089999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: avg set sender to avg@FreeBSD.org using -f From: Andriy Gapon Date: Sat, 25 Feb 2017 14:50:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314268 - head/share/man/man4 X-SVN-Group: head 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: Sat, 25 Feb 2017 14:50:54 -0000 Author: avg Date: Sat Feb 25 14:50:53 2017 New Revision: 314268 URL: https://svnweb.freebsd.org/changeset/base/314268 Log: add chromebook_platform.4 to the list of manual pages Reported by: Wolfgang Zenker Pointyhat to: avg MFC after: 5 days Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Sat Feb 25 14:45:54 2017 (r314267) +++ head/share/man/man4/Makefile Sat Feb 25 14:50:53 2017 (r314268) @@ -104,6 +104,7 @@ MAN= aac.4 \ cfi.4 \ cfumass.4 \ ch.4 \ + chromebook_platform.4 \ ciss.4 \ cloudabi.4 \ cm.4 \