diff options
author | ru <ru@FreeBSD.org> | 2006-09-17 18:52:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-09-17 18:52:28 +0000 |
commit | 42e50d33e634223f919cfc0ab16543bbc8e133eb (patch) | |
tree | a910d40a340b5054f7de1ee469627369ae60a9a2 /contrib/com_err | |
parent | 1ad9315508e10306995b9bc8e266595c1701febd (diff) | |
download | FreeBSD-src-42e50d33e634223f919cfc0ab16543bbc8e133eb.zip FreeBSD-src-42e50d33e634223f919cfc0ab16543bbc8e133eb.tar.gz |
Sort sections.
Diffstat (limited to 'contrib/com_err')
-rw-r--r-- | contrib/com_err/compile_et.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/com_err/compile_et.1 b/contrib/com_err/compile_et.1 index e7c3fb6..bdc608b 100644 --- a/contrib/com_err/compile_et.1 +++ b/contrib/com_err/compile_et.1 @@ -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. |