Add a missing ';' to an entity and

add a closing </para> tag.
This commit is contained in:
Martin Heinen 2003-03-31 21:35:19 +00:00
parent e2a44ccb23
commit 861ee29e93
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16416

View file

@ -7046,7 +7046,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
</question>
<answer>
<para>FreeBSD 5.X uses the &man.devfs.8 device-on-demand
<para>FreeBSD 5.X uses the &man.devfs.8; device-on-demand
system. Device drivers automatically create new device
nodes as they are needed, obsoleting
<filename>/dev/MAKEDEV</filename>.</para>
@ -7055,7 +7055,7 @@ define(`confDELIVERY_MODE',`deferred')dnl</programlisting>
<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>.
<filename>/usr/src/etc/MAKEDEV</filename>.</para>
</answer>
</qandaentry>