From 7014e080154f9c82e4fbe043af292a1e761cdb55 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 17 May 2023 15:02:51 +0100 Subject: doc: remove mention of glibc 2.10+ We already require glibc 2.27+, so mentioning a much older version here is redundant. --- src/rpc/node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rpc') diff --git a/src/rpc/node.cpp b/src/rpc/node.cpp index 5918bc6e38..ca8db0f82a 100644 --- a/src/rpc/node.cpp +++ b/src/rpc/node.cpp @@ -163,7 +163,7 @@ static RPCHelpMan getmemoryinfo() { {"mode", RPCArg::Type::STR, RPCArg::Default{"stats"}, "determines what kind of information is returned.\n" " - \"stats\" returns general statistics about memory usage in the daemon.\n" - " - \"mallocinfo\" returns an XML string describing low-level heap state (only available if compiled with glibc 2.10+)."}, + " - \"mallocinfo\" returns an XML string describing low-level heap state (only available if compiled with glibc)."}, }, { RPCResult{"mode \"stats\"", -- cgit v1.2.3