|
From: Nicholas N. <nj...@so...> - 2023-08-23 06:45:56
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=bc2f62950ccb12f79072b7eacc9ec43ec244496a commit bc2f62950ccb12f79072b7eacc9ec43ec244496a Author: Nicholas Nethercote <n.n...@gm...> Date: Wed Aug 23 16:45:23 2023 +1000 Fix an error in `docs/README`. Diff: --- docs/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README b/docs/README index bae567c908..ea4c0af398 100644 --- a/docs/README +++ b/docs/README @@ -24,7 +24,7 @@ Stylesheets, catalogs, parsing/formatting scripts: Some files of note: docs/xml/index.xml: Top-level book-set wrapper docs/xml/FAQ.xml: The FAQ - docs/valgrind-manpage.xml The valgrind manpage + docs/xml/valgrind-manpage.xml The valgrind manpage docs/xml/vg-entities.xml: Various strings, dates etc. used all over docs/xml/xml_help.txt: Basic guide to common XML tags. |