From 2ea3da9da565f0c4d115d79e726635df10d66b9f Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Thu, 28 Jul 2011 14:18:33 +0200 Subject: [PATCH] Fix makeinfo(1) warning in reference.texi doc/reference.texi:746: warning: @strong{Note...} produces a spurious cross-reference in Info; reword to avoid that. https://bugzilla.gnome.org/show_bug.cgi?id=653180 --- doc/reference.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference.texi b/doc/reference.texi index 11dc2008..cdba6887 100644 --- a/doc/reference.texi +++ b/doc/reference.texi @@ -743,7 +743,7 @@ The description above is taken from the manual page of the @file{/proc} filesystem under Linux and is a little bit confusing, so I make this clear here. -@strong{Note for people porting LibGTop to other systems:} +@strong{A word for people porting LibGTop to other systems:} Every operating system has its own idea about the memory usage of a process and also system utilities like @code{ps} show different things on different systems.