summaryrefslogtreecommitdiff
path: root/binutils/patches/003_gprof_see_also_monitor.patch
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/patches/003_gprof_see_also_monitor.patch')
-rw-r--r--binutils/patches/003_gprof_see_also_monitor.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils/patches/003_gprof_see_also_monitor.patch b/binutils/patches/003_gprof_see_also_monitor.patch
new file mode 100644
index 0000000..6ac85ea
--- /dev/null
+++ b/binutils/patches/003_gprof_see_also_monitor.patch
@@ -0,0 +1,13 @@
+Author: Chris Chimelis <chris@debian.org>
+Description: Don't mention monitor(3) which doesn't exist in Debian. (#160654)
+--- a/gprof/gprof.texi
++++ b/gprof/gprof.texi
+@@ -197,7 +197,7 @@
+ @c man end
+
+ @c man begin SEEALSO
+-monitor(3), profil(2), cc(1), prof(1), and the Info entry for @file{gprof}.
++cc(1), prof(1), and the Info entry for @file{gprof}.
+
+ ``An Execution Profiler for Modular Programs'',
+ by S. Graham, P. Kessler, M. McKusick;