]> git.pld-linux.org Git - packages/byacc.git/commitdiff
- byacc patch from RH 6.0
authorArtur Frysiak <artur@frysiak.net>
Fri, 30 Apr 1999 00:50:30 +0000 (00:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    byacc-fixmanpage.patch -> 1.1

byacc-fixmanpage.patch [new file with mode: 0644]

diff --git a/byacc-fixmanpage.patch b/byacc-fixmanpage.patch
new file mode 100644 (file)
index 0000000..7d1f0a6
--- /dev/null
@@ -0,0 +1,20 @@
+--- byacc-1.9/yacc.1.fixmanpage        Wed Apr  7 18:25:23 1999
++++ byacc-1.9/yacc.1   Wed Apr  7 18:26:01 1999
+@@ -44,13 +44,13 @@
+ .B -l
+ option is not specified,
+ .I yacc
+-will insert \#line directives in the generated code.
+-The \#line directives let the C compiler relate errors in the
++will insert #line directives in the generated code.
++The #line directives let the C compiler relate errors in the
+ generated code to the user's original code.
+ If the \fB-l\fR option is specified,
+ .I yacc
+-will not insert the \#line directives.
+-\&\#line directives specified by the user will be retained.
++will not insert the #line directives.
++\&#line directives specified by the user will be retained.
+ .TP
+ \fB-p \fIsymbol_prefix\fR
+ The
This page took 0.06325 seconds and 4 git commands to generate.