git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-05-27 12:25:06 +00:00
parent 43f167cdab
commit 2b30797246

View File

@ -45,9 +45,9 @@ alone.</para></sect4>
<sect4><title>yacc</title>
<para>We create a yacc script which calls bison using the -y option.
This is for compatibility purposes for programs which use yacc instead
of bison.</para></sect4>
<para>We create a bash script called yacc which calls bison using the -y
option. This is for compatibility purposes for programs which use yacc
instead of bison.</para></sect4>
</sect3>