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.
 .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 .
 If this directory does not exist, the system
 may hang during the bootup process.
 .Sh SEE ALSO
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to