]> granicus.if.org Git - flex/commitdiff
-ll => -lfl
authorVern Paxson <vern@ee.lbl.gov>
Tue, 20 Mar 1990 13:52:32 +0000 (13:52 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Tue, 20 Mar 1990 13:52:32 +0000 (13:52 +0000)
flex.1

diff --git a/flex.1 b/flex.1
index ddaed24a5a2b367b71098e85a83c1f606dc57cf2..c3c914e2c4ac55ddfecdaa70655d7672a8dfbbf9 100644 (file)
--- 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