Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!APPLE.COM!guinan!kayvan From: guinan!kayvan@APPLE.COM (Kayvan Sylvan) Newsgroups: gnu.gcc.bug Subject: Bug in Bison documentation Message-ID: <8905242247.AA21854@apple.com> Date: 24 May 89 22:47:10 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: mrspoc!kayvan@apple.com Distribution: gnu Organization: GNUs Not Usenet Lines: 26 The first example in the bison manual (RPN calc) includes a sample session which is wrong. The example as it stands causes a parse error. Diff follows: ---Kayvan *** bison.texinfo~ Wed May 24 15:30:38 1989 --- bison.texinfo Wed May 24 15:30:39 1989 *************** *** 1094,1098 4 9 + 13 ! 3 * 7 + 3 4 5 *+- -13 3 7 + 3 4 5 * + - n @r{Note the unary minus, @samp{n}} --- 1094,1098 ----- 4 9 + 13 ! 1 3 * 7 + 3 4 5 *+- -13 3 7 + 3 4 5 * + - n @r{Note the unary minus, @samp{n}}