Change mount_devfs reference to "mount -t devfs".

Reminded by:	ru
This commit is contained in:
Craig Rodrigues 2006-11-21 23:45:44 +00:00
parent 79506f19fb
commit 91f9dc8492
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164481

View File

@ -132,7 +132,7 @@ cd /usr/src
mkdir -p $D
make world DESTDIR=$D
make distribution DESTDIR=$D
mount_devfs devfs $D/dev
mount -t devfs devfs $D/dev
.Ed
.Pp
NOTE: It is important that only appropriate device nodes in devfs be
@ -587,7 +587,7 @@ and
.Xr inetd 8 ,
.Xr jexec 8 ,
.Xr jls 8 ,
.Xr mount_devfs 8 ,
.Xr mount 8 ,
.Xr named 8 ,
.Xr reboot 8 ,
.Xr rpcbind 8 ,