From owner-svn-src-all@freebsd.org Mon Oct 16 03:59:18 2017 Return-Path: Delivered-To: svn-src-all@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 D6116E2CCE8; Mon, 16 Oct 2017 03:59:18 +0000 (UTC) (envelope-from imp@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 A34266AA7D; Mon, 16 Oct 2017 03:59:18 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9G3xHIA087633; Mon, 16 Oct 2017 03:59:17 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9G3xHox087629; Mon, 16 Oct 2017 03:59:17 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201710160359.v9G3xHox087629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Mon, 16 Oct 2017 03:59:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324647 - in head/sys/boot: . common man X-SVN-Group: head X-SVN-Commit-Author: imp X-SVN-Commit-Paths: in head/sys/boot: . common man X-SVN-Commit-Revision: 324647 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 16 Oct 2017 03:59:19 -0000 Author: imp Date: Mon Oct 16 03:59:17 2017 New Revision: 324647 URL: https://svnweb.freebsd.org/changeset/base/324647 Log: Move orphaned man pages into new man directory from common. This helps keep cleaer that common is just for the MI files for /boot/loader programs. Sponsored by: Netflix Added: head/sys/boot/man/ head/sys/boot/man/Makefile (contents, props changed) - copied, changed from r324646, head/sys/boot/common/Makefile head/sys/boot/man/loader.8 (contents, props changed) - copied, changed from r324646, head/sys/boot/common/loader.8 head/sys/boot/man/zfsloader.8 (contents, props changed) - copied, changed from r324646, head/sys/boot/common/zfsloader.8 Deleted: head/sys/boot/common/Makefile head/sys/boot/common/loader.8 head/sys/boot/common/zfsloader.8 Modified: head/sys/boot/Makefile Modified: head/sys/boot/Makefile ============================================================================== --- head/sys/boot/Makefile Mon Oct 16 03:59:11 2017 (r324646) +++ head/sys/boot/Makefile Mon Oct 16 03:59:17 2017 (r324647) @@ -9,7 +9,7 @@ SUBDIR+= ficl SUBDIR+= forth .endif -SUBDIR+= common +SUBDIR+= man .include Copied and modified: head/sys/boot/man/Makefile (from r324646, head/sys/boot/common/Makefile) ============================================================================== Copied and modified: head/sys/boot/man/loader.8 (from r324646, head/sys/boot/common/loader.8) ============================================================================== Copied and modified: head/sys/boot/man/zfsloader.8 (from r324646, head/sys/boot/common/zfsloader.8) ==============================================================================