diff options
author | Roland McGrath <roland@redhat.com> | 1992-01-14 00:15:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-01-14 00:15:26 +0000 |
commit | ee02d42916291f3f5d2f60ab47464d843b1805fd (patch) | |
tree | ef0a5a87c94819143c10981180aadb242d0dbfe7 /make.texinfo | |
parent | b8593206069f19229dfb8f41233ea61d891ad6e4 (diff) | |
download | gunmake-ee02d42916291f3f5d2f60ab47464d843b1805fd.tar.gz |
Formerly make.texinfo.~11~
Diffstat (limited to 'make.texinfo')
-rw-r--r-- | make.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make.texinfo b/make.texinfo index 8b91ae7..f7e70f5 100644 --- a/make.texinfo +++ b/make.texinfo @@ -2633,7 +2633,7 @@ foo.c : foo.y @end example @noindent -@samp{foo.y} will substituted for the variable @samp{$^} when it occurs in +@samp{foo.y} will be substituted for the variable @samp{$^} when it occurs in @code{run-yacc}'s value, and @samp{foo.c} for @samp{$@@}.@refill This is a realistic example, but this particular one is not needed in |