On Tue, Jul 04, 2006, Mohammed Adnène Trojette wrote: > --- binutils-2.17.orig/gprof/gprof.1 > +++ binutils-2.17/gprof/gprof.1 > @@ -719,7 +719,7 @@ > in the \fIgmon.out\fR file. > .SH "SEE ALSO" > .IX Header "SEE ALSO" > -\&\fImonitor\fR\|(3), \fIprofil\fR\|(2), \fIcc\fR\|(1), \fIprof\fR\|(1), and > the Info entry for \fIgprof\fR. > +\&\fIprofil\fR\|(2), \fIcc\fR\|(1), \fIprof\fR\|(1), and the Info entry for > \fIgprof\fR. > .PP > \&\*(L"An Execution Profiler for Modular Programs\*(R", > by S. Graham, P. Kessler, M. McKusick;
It would even fix #294715 to have this: --- binutils-2.17.orig/gprof/gprof.1 +++ binutils-2.17/gprof/gprof.1 @@ -719,7 +719,7 @@ in the \fIgmon.out\fR file. .SH "SEE ALSO" .IX Header "SEE ALSO" -\&\fImonitor\fR\|(3), \fIprofil\fR\|(2), \fIcc\fR\|(1), \fIprof\fR\|(1), and the Info entry for \fIgprof\fR. +\&\fIprofil\fR\|(2), \fIcc\fR\|(1), and the Info entry for \fIgprof\fR. .PP \&\*(L"An Execution Profiler for Modular Programs\*(R", by S. Graham, P. Kessler, M. McKusick; -- adn Mohammed Adnène Trojette

