summaryrefslogtreecommitdiff
path: root/flex.1
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1990-03-20 13:52:32 +0000
committerVern Paxson <vern@ee.lbl.gov>1990-03-20 13:52:32 +0000
commitc303772eef6bd7de95acadf1d5c234a279ce3a8c (patch)
tree68f042c64592b51413b9bb5dfe0aaeec7584477f /flex.1
parent56231f0b74b4bc1e46291b5fc0ad60b3f652f273 (diff)
-ll => -lfl
Diffstat (limited to 'flex.1')
-rw-r--r--flex.12
1 files changed, 1 insertions, 1 deletions
diff --git a/flex.1 b/flex.1
index ddaed24..c3c914e 100644
--- a/flex.1
+++ b/flex.1
@@ -22,7 +22,7 @@ generates as output a C source file,
which defines a routine
.B yylex().
This file is compiled and linked with the
-.B -ll
+.B -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 executes