Markup fixes.

Approved by:	re (blanket)
This commit is contained in:
Ruslan Ermilov 2005-06-16 20:51:10 +00:00
parent c1c9502bf7
commit d429ea3323
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147440
2 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd November 22, 1988 .Dd November 22, 1988
.Os .Os
.Dt COMPILE_ET 1 .Dt COMPILE_ET 1
.Sh NAME .Sh NAME
@ -54,7 +54,8 @@ preprocessor directives defining them as integer constants of up to
.Pp .Pp
A C source file is also generated which should be compiled and linked A C source file is also generated which should be compiled and linked
with the object files which reference these error codes; it contains with the object files which reference these error codes; it contains
the text of the messages and the initialization subroutine. Both C the text of the messages and the initialization subroutine.
Both C
files have names derived from that of the original source file, with files have names derived from that of the original source file, with
the ``.et'' suffix replaced by ``.c'' and ``.h''. the ``.et'' suffix replaced by ``.c'' and ``.h''.
.Pp .Pp

View File

@ -40,8 +40,9 @@
.Nm .Nm
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
reports information about Plug-n-Play ISA devices. Some of the information, reports information about Plug-n-Play ISA devices.
such as the vendor ID, serial number, I/O ports, IRQ, etc. are useful when Some of the information,
such as the vendor ID, serial number, I/O ports, IRQ, etc.\& are useful when
configuring a kernel with ISA PnP devices. configuring a kernel with ISA PnP devices.
.Sh BUGS .Sh BUGS
A few of the tags are unimplemented (Enough exist for 99% of PnP cards). A few of the tags are unimplemented (Enough exist for 99% of PnP cards).