From c303772eef6bd7de95acadf1d5c234a279ce3a8c Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Tue, 20 Mar 1990 13:52:32 +0000 Subject: -ll => -lfl --- flex.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flex.1') 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 -- cgit v1.2.3