From: Vern Paxson Date: Tue, 20 Mar 1990 13:52:32 +0000 (+0000) Subject: -ll => -lfl X-Git-Tag: flex-2-5-5b~523 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c303772eef6bd7de95acadf1d5c234a279ce3a8c;p=flex -ll => -lfl --- 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