summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mount.conf.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount/mount.conf.8')
-rw-r--r--sbin/mount/mount.conf.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount/mount.conf.8 b/sbin/mount/mount.conf.8
index 45b8257..48af514 100644
--- a/sbin/mount/mount.conf.8
+++ b/sbin/mount/mount.conf.8
@@ -26,7 +26,7 @@
.\" $FreeBSD$
.\"
.\"
-.Dd July 7, 2013
+.Dd October 17, 2013
.Dt MOUNT.CONF 8
.Os
.Sh NAME
@@ -154,7 +154,7 @@ will direct the kernel to try mounting the root file system
first as an ISO CD9660 file system on
.Pa /dev/cd0 ,
then if that does not work, as an ISO CD9660 file system on
-.Pa /dev/acd0 ,
+.Pa /dev/cd1 ,
and then if that does not work, as a UFS file system on
.Pa /dev/ada0s1a .
If that does not work, a
@@ -167,7 +167,7 @@ Finally if that does not work, the kernel will panic.
.Li .timeout 3
cd9660:/dev/cd0 ro
.Li .timeout 0
-cd9660:/dev/acd0 ro
+cd9660:/dev/cd1 ro
.Li .timeout 3
ufs:/dev/ada0s1a
.Li .ask
OpenPOWER on IntegriCloud