diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 12:58:23 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 12:58:23 +0000 |
commit | 3c928f1c576bdc82b3dab964a575ba5bd56b15bf (patch) | |
tree | 433ea1f68a3f6ee78feba4a3ff73cd754f5fba47 /chapter06/bison.xml | |
parent | 7db6ac519b0b42317dd9f0c4e163ba200dfd35ee (diff) |
Added a separate file for the strippingagain section.
Tags correcitions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index f6247bb94..438485e1a 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -61,7 +61,7 @@ GCC, Gettext, Glibc, Grep, M4, Make, Sed</seg></seglistitem> <listitem> <indexterm zone="ch-system-bison bison"><primary sortas="b-bison">bison</primary></indexterm> <para>generates, from a series of rules, a program -for analyzing the structure of text files. Bison is a replacement for yacc +for analyzing the structure of text files. <command>bison</command> is a replacement for <command>yacc</command> (Yet Another Compiler Compiler).</para> </listitem> </varlistentry> @@ -70,8 +70,9 @@ for analyzing the structure of text files. Bison is a replacement for yacc <term><command>yacc</command></term> <listitem> <indexterm zone="ch-system-bison yacc"><primary sortas="b-yacc">yacc</primary></indexterm> -<para>is a wrapper for bison, meant for programs -that still call yacc instead of bison. It calls bison with the -y option.</para> +<para>is a wrapper for <command>bison</command>, meant for programs +that still call <command>yacc</command> instead of <command>bison</command>. +It calls <command>bison</command> with the <parameter>-y</parameter> option.</para> </listitem> </varlistentry> |