Fix a typo.
This commit is contained in:
parent
2563c5d015
commit
8e842bf6f0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=411
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<title>Frequently Asked Questions for FreeBSD 2.X
|
<title>Frequently Asked Questions for FreeBSD 2.X
|
||||||
<author>The FreeBSD FAQ Team, <tt/FAQ@FreeBSD.ORG/
|
<author>The FreeBSD FAQ Team, <tt/FAQ@FreeBSD.ORG/
|
||||||
<date> $Id: freebsd-faq.sgml,v 1.48 1996-07-07 22:09:24 alex Exp $
|
<date> $Id: freebsd-faq.sgml,v 1.49 1996-07-07 23:45:30 alex Exp $
|
||||||
<abstract>
|
<abstract>
|
||||||
This is the FAQ for FreeBSD systems version 2.X All entries are
|
This is the FAQ for FreeBSD systems version 2.X All entries are
|
||||||
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
|
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
|
||||||
|
@ -1448,7 +1448,7 @@ pseudo-device vn #Vnode driver (turns a file into a device)
|
||||||
<sect1>
|
<sect1>
|
||||||
<heading>When I try to mount a CDROM, I get a ``Device not configured'' error. What's going on?</heading>
|
<heading>When I try to mount a CDROM, I get a ``Device not configured'' error. What's going on?</heading>
|
||||||
<p>
|
<p>
|
||||||
This generally means that there is no CDROM in the CDROM drive.
|
This generally means that there is no CDROM in the CDROM drive,
|
||||||
or the drive is not visible on the bus. Feed the drive
|
or the drive is not visible on the bus. Feed the drive
|
||||||
something, and/or check it's master/slave status if it is
|
something, and/or check it's master/slave status if it is
|
||||||
IDE (ATAPI).
|
IDE (ATAPI).
|
||||||
|
|
Loading…
Reference in a new issue