diff options
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r-- | chapter06/flex.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 34f0fbc1e..855238aa6 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -3,24 +3,30 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-flex" xreflabel="Flex"> +<sect1 id="ch-system-flex" xreflabel="Flex" role="wrap"> <title>Flex-&flex-version;</title> <?dbhtml filename="flex.html"?> <indexterm zone="ch-system-flex"><primary sortas="a-Flex">Flex</primary></indexterm> +<sect2 role="package"><title/> <para>The Flex package contains a utility for generating programs that recognize patterns in text.</para> -<screen>&buildtime; 0.1 SBU -&diskspace; 3.4 MB</screen> - -<para>Flex installation depends on: Bash, Binutils, Bison, Coreutils, Diffutils, -GCC, Gettext, Glibc, Grep, M4, Make, Sed.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.1 SBU</seg><seg>3.4 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Flex installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Bison, Coreutils, Diffutils, +GCC, Gettext, Glibc, Grep, M4, Make, Sed</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Flex</title> <para>Flex contains several known bugs. Fix these with the following patch:</para> |