Update Question 10.18:

- Add <replaceable> for minor version numbers
- Turn "FreeBSD" into &os;
- Add &nbsp; for better rendering
- Remove text about the installation of MAKEDEV(8)

Reviewed by:  trhodes, danger
Approved by:  gabor
This commit is contained in:
Gabor Pali 2008-06-21 07:36:41 +00:00
parent c16f8c98ad
commit c6e8387505
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32333

View file

@ -6220,16 +6220,10 @@ options SYSVMSG # enable for messaging</programlisting>
</question> </question>
<answer> <answer>
<para>FreeBSD 5.X and beyond use the &man.devfs.8; device-on-demand <para>&os;&nbsp;5.<replaceable>X</replaceable> and beyond use the &man.devfs.8; device-on-demand
system. Device drivers automatically create new device system. Device drivers automatically create new device
nodes as they are needed, obsoleting nodes as they are needed, obsoleting
<filename>/dev/MAKEDEV</filename>.</para> <filename>/dev/MAKEDEV</filename>.</para>
<para>If you are running FreeBSD 4.X or earlier and
<filename>/dev/MAKEDEV</filename> is missing, then you
really do have a problem. Grab a copy from the system
source code, probably in
<filename>/usr/src/etc/MAKEDEV</filename>.</para>
</answer> </answer>
</qandaentry> </qandaentry>