summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2008-04-10 20:42:33 +0000
committerWill Estes <wlestes@users.sourceforge.net>2008-04-10 20:42:33 +0000
commitb275bd574aba78ef0693c35abe63caad08775c4c (patch)
tree1738b67f157b16f929d63e246e046146d8b3ea40 /doc
parent05cf3a8b998342219a1f57208c24c5066ab94723 (diff)
fix typo in example (from Paolo J. Matos
Diffstat (limited to 'doc')
-rw-r--r--doc/flex.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/flex.texi b/doc/flex.texi
index f9a9e9e..a03e357 100644
--- a/doc/flex.texi
+++ b/doc/flex.texi
@@ -382,7 +382,7 @@ A somewhat more complicated example:
%{
/* need this for the call to atof() below */
- #include math.h>
+ #include <math.h>
%}
DIGIT [0-9]