From 726cf92c42c757e8b4827e213c80e733b2adc12e Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sun, 28 May 2017 18:09:49 +0000 Subject: [PATCH] Fix Xrs; they were pointing to the wrong section. MFC after: 2 weeks --- share/man/man5/mount.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man5/mount.conf.5 b/share/man/man5/mount.conf.5 index b0194a353901..1cbaaceafe02 100644 --- a/share/man/man5/mount.conf.5 +++ b/share/man/man5/mount.conf.5 @@ -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. .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 mounted, a directory .Em must 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 may hang during the bootup process. .Sh SEE ALSO