summaryrefslogtreecommitdiff
path: root/binutils/patches/003_gprof_see_also_monitor.patch
blob: 6ac85eabcbee0a4c0451d6c5fd3fc9ca7c3d70b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;