|
From: <sv...@va...> - 2014-12-13 18:55:43
|
Author: florian
Date: Sat Dec 13 18:55:35 2014
New Revision: 14809
Log:
Enhance the "Author" section of the manpage as suggested
in BZ #226609.
Modified:
trunk/NEWS
trunk/docs/xml/valgrind-manpage.xml
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sat Dec 13 18:55:35 2014
@@ -42,6 +42,7 @@
116002 VG_(printf): Problems with justification of strings and integers
155125 avoid cutting away file:lineno after long function name
211926 Avoid compilation warnings in valgrind.h with -pedantic
+226609 Crediting upstream authors in man page
269360 s390x: Fix addressing mode selection for compare-and-swap
333051 mmap of huge pages fails due to incorrect alignment
== 339163
Modified: trunk/docs/xml/valgrind-manpage.xml
==============================================================================
--- trunk/docs/xml/valgrind-manpage.xml (original)
+++ trunk/docs/xml/valgrind-manpage.xml Sat Dec 13 18:55:35 2014
@@ -267,8 +267,8 @@
<refsect1 id="author">
<title>Author</title>
-<para>The Valgrind developers.</para>
-
+<para>See the AUTHORS file in the valgrind distribution for a
+comprehensive list of authors.</para>
<para>This manpage was written by Andres Roldan <ar...@de...>
and the Valgrind developers.</para>
|