diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-30 05:17:23 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-30 05:17:23 +0000 |
commit | 1f366c6d1ec5f9ad92841db9560a899e7c5eb22c (patch) | |
tree | 9b93f4a68651b63e54af4d63e0ada36547fbe5f1 | |
parent | 75d7b8121f4ca032fa51b8722dc8ddf19c47e181 (diff) | |
download | FreeBSD-src-1f366c6d1ec5f9ad92841db9560a899e7c5eb22c.zip FreeBSD-src-1f366c6d1ec5f9ad92841db9560a899e7c5eb22c.tar.gz |
MFC r315774:
mount.conf(8): fix a .Xr call
Add the missing section number for devfs(5)
-rw-r--r-- | sbin/mount/mount.conf.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount.conf.8 b/sbin/mount/mount.conf.8 index 45b8257..14f58f1 100644 --- a/sbin/mount/mount.conf.8 +++ b/sbin/mount/mount.conf.8 @@ -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. |