1
0
Files
binutils/debian/patches/003_gprof_see_also_monitor.patch
Konstantin Demin 8c29d0a2c2 initial import from Debian
version: 2.45-4 (UNRELEASED)
commit: bf4f75f17a4f370adc9bf9feca09710ce76ecc63
2025-08-11 12:46:32 +03:00

14 lines
486 B
Diff

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
@@ -193,7 +193,7 @@ summarized dynamic call graph and profil
@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;