Fix Xrs; they were pointing to the wrong section.

MFC after:	2 weeks
This commit is contained in:
Edward Tomasz Napierala 2017-05-28 18:09:49 +00:00
parent 5b2d5e4fc2
commit 726cf92c42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319080

View file

@ -52,7 +52,7 @@ The logic for this is in
.Fn vfs_mountroot_conf0 . .Fn vfs_mountroot_conf0 .
.It .It
The kernel will first mount The kernel will first mount
.Xr devfs 8 .Xr devfs 5
as the root file system. as the root file system.
.It .It
Next, the kernel will parse the in-memory config file created in step 1 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 mounted, a
directory directory
.Em must .Em must
exist so that the root mount logic can properly re-mount exist so that the root mount logic can properly re-mount
.Xr devfs 8 . .Xr devfs 5 .
If this directory does not exist, the system If this directory does not exist, the system
may hang during the bootup process. may hang during the bootup process.
.Sh SEE ALSO .Sh SEE ALSO