Просмотр исходного кода

fix typos and reformat description

Ralf S. Engelschall 18 лет назад
Родитель
Сommit
a917ae0853
1 измененных файлов с 9 добавлено и 8 удалено
  1. 9 8
      flex/flex.spec

+ 9 - 8
flex/flex.spec

@@ -38,7 +38,7 @@ Class:        CORE
 Group:        CompilerCompiler
 License:      BSD
 Version:      %{V_new}
-Release:      20071222
+Release:      20071227
 
 #   package options
 %option       with_old     no
@@ -57,13 +57,14 @@ AutoReq:      no
 AutoReqProv:  no
 
 %description
-    Flex is a tool for generating scanners: programs which recognized lexical
-    patterns in text. flex reads the given input files 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(). 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.
+    Flex is a tool for generating scanners: programs which recognize
+    lexical patterns in text. Flex reads the given input files 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 C function 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 executes the corresponding C code.
 
 %track