浏览代码

reworded

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 年之前
父节点
当前提交
2b30797246
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      appendixa/bison-desc.xml

+ 3 - 3
appendixa/bison-desc.xml

@@ -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>