mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Sort sections.
This commit is contained in:
parent
b43d227cab
commit
99f3b482da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162382
@ -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.
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user