mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
doc: remove mention of glibc 2.10+
We already require glibc 2.27+, so mentioning a much older version here is redundant.
This commit is contained in:
@@ -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\"",
|
||||
|
||||
Reference in New Issue
Block a user