This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: unreviewed patch (doc patch)
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Paul Koning <pkoning at equallogic dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 30 Aug 2002 10:14:32 -0700
- Subject: Re: unreviewed patch (doc patch)
- References: <15723.56127.676027.639303@pkoning.dev.equallogic.com>
On Tue, Aug 27, 2002 at 04:04:15PM -0400, Paul Koning wrote:
> http://gcc.gnu.org/ml/gcc-patches/2002-08/msg01015.html
Gerald Pfeifer, who would normally review this, is two weeks into a
three-week vacation. I offered to check in obvious documentation
changes while he's away but wasn't sure if these changes were obvious or
not. After looking at them more closely, though, they do look fairly
obvious, so I'm sorry for the delay.
Mail including a documentation patch should indicate that you ran
"make info" and "make dvi"; have you done that?
One nit; the line in tm.texi:
+to return the value of the macro @samp{MAX_DFA_ISSUE_RATE}.
should be:
+to return the value of the macro @code{MAX_DFA_ISSUE_RATE}.
The old line also used @samp, but it's a good idea to do small cleanups
while making changes like this.
It looks like you don't have write access, so I'll check them in with
that change if you let me know that you ran the make targets listed
above.
Janis