[Midnightbsd-cvs] src: compile_et.1: Clean up manpage
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 23 23:27:55 EDT 2008
Log Message:
-----------
Clean up manpage
Modified Files:
--------------
src/contrib/com_err:
compile_et.1 (r1.1.1.1 -> r1.2)
-------------- next part --------------
Index: compile_et.1
===================================================================
RCS file: /home/cvs/src/contrib/com_err/compile_et.1,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L contrib/com_err/compile_et.1 -L contrib/com_err/compile_et.1 -u -r1.1.1.1 -r1.2
--- contrib/com_err/compile_et.1
+++ contrib/com_err/compile_et.1
@@ -1,7 +1,7 @@
.\" Copyright (c) 1988 Massachusetts Institute of Technology,
.\" Student Information Processing Board. All rights reserved.
.\"
-.\" $FreeBSD: src/contrib/com_err/compile_et.1,v 1.4 2005/06/16 20:51:10 ru Exp $
+.\" $FreeBSD: src/contrib/com_err/compile_et.1,v 1.5 2006/09/17 18:52:27 ru Exp $
.\"
.Dd November 22, 1988
.Os
@@ -61,12 +61,6 @@
.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 @@
.%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.
More information about the Midnightbsd-cvs
mailing list