Sort sections.

This commit is contained in:
ru 2006-09-17 18:52:28 +00:00
parent 1ad9315508
commit 42e50d33e6
2 changed files with 8 additions and 8 deletions

View File

@ -61,12 +61,6 @@ the ``.et'' suffix replaced by ``.c'' and ``.h''.
.Pp
A ``#'' in the source file is treated as a comment character, and all
remaining text to the end of the source line will be ignored.
.Sh BUGS
Since
.Nm compile_et
uses a very simple parser based on
.Xr yacc 1 ,
its error recovery leaves much to be desired.
.Sh SEE ALSO
.Xr yacc 1 ,
.Xr com_err 3
@ -74,3 +68,9 @@ its error recovery leaves much to be desired.
.%A Ken Raeburn
.%T "A Common Error Description Library for UNIX"
.Re
.Sh BUGS
Since
.Nm compile_et
uses a very simple parser based on
.Xr yacc 1 ,
its error recovery leaves much to be desired.

View File

@ -44,8 +44,6 @@ reports information about Plug-n-Play ISA devices.
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.
.Sh BUGS
A few of the tags are unimplemented (Enough exist for 99% of PnP cards).
.Sh SEE ALSO
.Xr pnp 4
.Sh HISTORY
@ -55,3 +53,5 @@ utility first appeared in
.Fx 2.2 .
.Sh AUTHORS
.An Sujal M. Patel Aq smpatel@umiacs.umd.edu
.Sh BUGS
A few of the tags are unimplemented (Enough exist for 99% of PnP cards).