summaryrefslogtreecommitdiff
path: root/libguile/debug-malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/debug-malloc.c')
-rw-r--r--libguile/debug-malloc.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libguile/debug-malloc.c b/libguile/debug-malloc.c
index d0fba532e..8b2a08ceb 100644
--- a/libguile/debug-malloc.c
+++ b/libguile/debug-malloc.c
@@ -226,9 +226,11 @@ scm_malloc_reregister (void *old, void *new, const char *newwhat)
SCM_DEFINE (scm_malloc_stats, "malloc-stats", 0, 0, 0,
(),
- "Return an alist ((WHAT . N) ...) describing number of malloced objects.\n"
- "WHAT is the second argument to scm_must_malloc, N is the number of objects\n"
- "of that type currently allocated.")
+ "Return an alist ((@var{what} . @var{n}) ...) describing number\n"
+ "of malloced objects.\n"
+ "@var{what} is the second argument to @code{scm_must_malloc},\n"
+ "@var{n} is the number of objects of that type currently\n"
+ "allocated.")
#define FUNC_NAME s_scm_malloc_stats
{
SCM res = SCM_EOL;