From owner-svn-src-all@freebsd.org Sat Jan 27 00:50:53 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B364DED3A00; Sat, 27 Jan 2018 00:50:53 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBEFD6DDBD; Sat, 27 Jan 2018 00:50:52 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w0R0oiWH006995; Fri, 26 Jan 2018 16:50:44 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w0R0oiNR006994; Fri, 26 Jan 2018 16:50:44 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201801270050.w0R0oiNR006994@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r328456 - head/share/man/man7 In-Reply-To: <201801270009.w0R09hJK092045@repo.freebsd.org> To: Edward Tomasz Napierala Date: Fri, 26 Jan 2018 16:50:44 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 27 Jan 2018 00:50:53 -0000 [ Charset UTF-8 unsupported, converting... ] > Author: trasz > Date: Sat Jan 27 00:09:43 2018 > New Revision: 328456 > URL: https://svnweb.freebsd.org/changeset/base/328456 > > Log: > Remove mention of sys/boot/ from hier(7), it doesn't exist anymore. > > MFC after: 2 weeks I do not believe you want to MFC this, as sys/boot exists in 11 > > Modified: > head/share/man/man7/hier.7 > > Modified: head/share/man/man7/hier.7 > ============================================================================== > --- head/share/man/man7/hier.7 Fri Jan 26 23:56:07 2018 (r328455) > +++ head/share/man/man7/hier.7 Sat Jan 27 00:09:43 2018 (r328456) > @@ -28,7 +28,7 @@ > .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 > .\" $FreeBSD$ > .\" > -.Dd January 15, 2018 > +.Dd January 27, 2018 > .Dt HIER 7 > .Os > .Sh NAME > @@ -660,8 +660,6 @@ AMD64 architecture support > ARM architecture support > .It Pa arm64/ > ARMv8 architecture support > -.It Pa boot/ > -bootloader code > .It Pa cam/ > .Xr cam 4 > and > > -- Rod Grimes rgrimes@freebsd.org