]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/malloc_info.3
malloc_info.3: Consistency fix: use "stream" as name for "FILE *" argument
[thirdparty/man-pages.git] / man3 / malloc_info.3
index c7774f8140ef542ea8d778b805cb8048285c2fdf..f8a487e41552c75981df6539e574c88540624c80 100644 (file)
@@ -29,7 +29,7 @@ malloc_info \- export malloc state to a stream
 .nf
 .B #include <malloc.h>
 .sp
-.BI "int malloc_info(int " options ", FILE *" fp );
+.BI "int malloc_info(int " options ", FILE *" stream );
 .fi
 .SH DESCRIPTION
 The
@@ -38,7 +38,7 @@ function exports an XML string that describes the current state
 of the memory-allocation
 implementation in the caller.
 The string is printed on the file stream
-.IR fp .
+.IR stream .
 The exported string includes information about all arenas (see
 .BR malloc (3)).