diff options
author | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-02-17 11:30:34 +0000 |
---|---|---|
committer | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-02-17 11:30:34 +0000 |
commit | 6836c87b3adaae23e8aaf62c89377bd38649c66e (patch) | |
tree | 2e63e9d719b505c752f58b7deeb7f5b5422f69ac /libguile/debug-malloc.c | |
parent | eca65e90f7018a3fc467d69ee22c8bb602f03f4f (diff) | |
download | guile-6836c87b3adaae23e8aaf62c89377bd38649c66e.tar.gz |
(scm_malloc_stats): Added texinfo markup.
Diffstat (limited to 'libguile/debug-malloc.c')
-rw-r--r-- | libguile/debug-malloc.c | 8 |
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; |