svn commit: r316221 - stable/10/sbin/mount

Ngie Cooper ngie at FreeBSD.org
Thu Mar 30 05:17:24 UTC 2017


Author: ngie
Date: Thu Mar 30 05:17:23 2017
New Revision: 316221
URL: https://svnweb.freebsd.org/changeset/base/316221

Log:
  MFC r315774:
  
  mount.conf(8): fix a .Xr call
  
  Add the missing section number for devfs(5)

Modified:
  stable/10/sbin/mount/mount.conf.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/mount/mount.conf.8
==============================================================================
--- stable/10/sbin/mount/mount.conf.8	Thu Mar 30 05:16:41 2017	(r316220)
+++ stable/10/sbin/mount/mount.conf.8	Thu Mar 30 05:17:23 2017	(r316221)
@@ -62,7 +62,7 @@ See
 for the format of the config file.
 .It
 When the actual root file system is mounted,
-.Xr devfs
+.Xr devfs 5
 will be re-mounted on the
 .Pa /dev
 directory.


More information about the svn-src-stable-10 mailing list