aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/bison-desc.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-16 19:55:00 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-16 19:55:00 +0000
commitb7d9d404530bb763fc76017744709800796af054 (patch)
tree31337c4e9208ece3bc6a53b2e613187275d74dc1 /appendixa/bison-desc.xml
parentb2933b95f79e304436547f8b984e4f586b662c85 (diff)
Converted m4, bison, less, groff, textutils, sed, flex, binutils, fileutils, shellutils, gettext and net-tools to new layout.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2353 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/bison-desc.xml')
-rw-r--r--appendixa/bison-desc.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/appendixa/bison-desc.xml b/appendixa/bison-desc.xml
index 46d297506..7793f3572 100644
--- a/appendixa/bison-desc.xml
+++ b/appendixa/bison-desc.xml
@@ -1,15 +1,12 @@
-<sect2><title>Contents of Bison</title>
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-<para>Last checked against version &bison-contversion;.</para>
-
-<sect3><title>Program Files</title>
+<sect2><title>Descriptions</title>
-<para>bison and yacc</para></sect3>
+<para>Last checked against version &bison-contversion;.</para>
-<sect3><title>Descriptions</title>
+<sect3><title>Program file descriptions</title>
<sect4><title>bison</title>
-
<para>bison is a parser generator, a replacement for yacc. yacc stands for Yet
Another Compiler Compiler. What is bison then? It is a program that
generates a program that analyzes the structure of a text file. Instead of
@@ -46,7 +43,6 @@ answer. Of course, bison isn't only used for calculators
alone.</para></sect4>
<sect4><title>yacc</title>
-
<para>This bash script calls bison using the -y option. This is for
compatibility purposes for programs which use yacc instead of
bison.</para></sect4>