From: Chris Chimelis Date: Sun, 26 Jul 2026 19:40:32 +0000 (+0200) Subject: Don't mention monitor(3) which doesn't exist in Debian. (#160654) X-Git-Tag: archive/raspbian/2.47-2+rpi1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cec9ad3ec59dbd12b41da4b07e15fb904cfaf3ef;p=binutils.git Don't mention monitor(3) which doesn't exist in Debian. (#160654) Gbp-Pq: Name 003_gprof_see_also_monitor.patch --- diff --git a/gprof/gprof.texi b/gprof/gprof.texi index 64ab640ca..21f995920 100644 --- a/gprof/gprof.texi +++ b/gprof/gprof.texi @@ -193,7 +193,7 @@ summarized dynamic call graph and profile. @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;