(scm_malloc_stats): Added texinfo markup.
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Sat, 17 Feb 2001 11:30:34 +0000 (11:30 +0000)
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Sat, 17 Feb 2001 11:30:34 +0000 (11:30 +0000)
libguile/debug-malloc.c

index d0fba53..8b2a08c 100644 (file)
@@ -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;