From: Michael Kerrisk Date: Sat, 17 Oct 2020 16:38:55 +0000 (+0200) Subject: mallinfo.3: srcfix: add comments noting errors in glibc info page X-Git-Tag: man-pages-5.09~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=185f4da5279f25c5987b3a89487763a7e253f12a;p=thirdparty%2Fman-pages.git mallinfo.3: srcfix: add comments noting errors in glibc info page Signed-off-by: Michael Kerrisk --- diff --git a/man3/mallinfo.3 b/man3/mallinfo.3 index 9ed04caa63..0218c2fd3b 100644 --- a/man3/mallinfo.3 +++ b/man3/mallinfo.3 @@ -76,6 +76,8 @@ This figure includes both in-use blocks and blocks on the free list. The number of ordinary (i.e., non-fastbin) free blocks. .TP .I smblks +.\" the glibc info page wrongly says this field is unused +.\" https://sourceware.org/bugzilla/show_bug.cgi?id=26746 The number of fastbin free blocks (see .BR mallopt (3)). .TP @@ -99,6 +101,8 @@ the maximum amount of space that was ever allocated (in bytes); this field was maintained only in nonthreading environments. .TP .I fsmblks +.\" the glibc info page wrongly says this field is unused +.\" https://sourceware.org/bugzilla/show_bug.cgi?id=26746 The total number of bytes in fastbin free blocks. .TP .I uordblks