From owner-svn-src-head@freebsd.org Mon May 29 03:09:00 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 48107D86741; Mon, 29 May 2017 03:09:00 +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 9D5CC1103; Mon, 29 May 2017 03:08:59 +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 v4T38wLp020346; Sun, 28 May 2017 20:08:58 -0700 (PDT) (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 v4T38w6k020345; Sun, 28 May 2017 20:08:58 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201705290308.v4T38w6k020345@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r319080 - head/share/man/man5 In-Reply-To: <201705281809.v4SI9nT2024664@repo.freebsd.org> To: Edward Tomasz Napierala Date: Sun, 28 May 2017 20:08:58 -0700 (PDT) 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-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: Mon, 29 May 2017 03:09:00 -0000 [ Charset UTF-8 unsupported, converting... ] > Author: trasz > Date: Sun May 28 18:09:49 2017 > New Revision: 319080 > URL: https://svnweb.freebsd.org/changeset/base/319080 > > Log: > Fix Xrs; they were pointing to the wrong section. > > MFC after: 2 weeks > > Modified: > head/share/man/man5/mount.conf.5 > > Modified: head/share/man/man5/mount.conf.5 > ============================================================================== > --- head/share/man/man5/mount.conf.5 Sun May 28 18:07:53 2017 (r319079) > +++ head/share/man/man5/mount.conf.5 Sun May 28 18:09:49 2017 (r319080) > @@ -52,7 +52,7 @@ The logic for this is in > .Fn vfs_mountroot_conf0 . > .It > The kernel will first mount > -.Xr devfs 8 > +.Xr devfs 5 > as the root file system. Um, no, devfs(8) is the command, devfs(5) is the config file that descripts what devfs(8) well do. This sentence does read very well to me: The kernel will first mount devfs(8) as the root file system? Neither devfs(8) or (5) is a file system one is a utility command and the other is a config file. > .It > Next, the kernel will parse the in-memory config file created in step 1 > @@ -224,7 +224,7 @@ For each root file system which is mount > directory > .Em must > exist so that the root mount logic can properly re-mount > -.Xr devfs 8 . > +.Xr devfs 5 . Ditto > If this directory does not exist, the system > may hang during the bootup process. > .Sh SEE ALSO > > -- Rod Grimes rgrimes@freebsd.org