summaryrefslogtreecommitdiff
path: root/devel/flex
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-06 17:40:18 +0000
committerjmmv <jmmv>2003-05-06 17:40:18 +0000
commit5a79423b6feb188f48299ebbaf981575b33d3f48 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /devel/flex
parentf58f4f25565243e0fcd6ee359261be2e3cfc7286 (diff)
downloadpkgsrc-5a79423b6feb188f48299ebbaf981575b33d3f48.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'devel/flex')
-rw-r--r--devel/flex/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/flex/DESCR b/devel/flex/DESCR
index f2e2c905235..554b10bf5c8 100644
--- a/devel/flex/DESCR
+++ b/devel/flex/DESCR
@@ -3,7 +3,7 @@ lexical patterns in text. flex reads the given input files, or its
standard input if no file names are given, for a description of a
scanner to generate. The description is in the form of pairs of
regular expressions and C code, called rules. flex generates as
-output a C source file, lex.yy.c, which defines a routine yylex().
+output a C source file, lex.yy.c, which defines a routine yylex().
This file is compiled and linked with the -lfl library to produce an
executable. When the executable is run, it analyzes its input for
occurrences of the regular expressions. Whenever it finds one, it