diff options
Diffstat (limited to 'man/man1/memusage.1')
| -rw-r--r-- | man/man1/memusage.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/memusage.1 b/man/man1/memusage.1 index df07e34237..304478da4e 100644 --- a/man/man1/memusage.1 +++ b/man/man1/memusage.1 @@ -54,7 +54,7 @@ contains three fields: Sum of \fIsize\fR arguments of all .BR malloc (3) calls, -products of arguments (\fInmemb\fR*\fIsize\fR) of all +products of arguments (\fIn\fR*\fIsize\fR) of all .BR calloc (3) calls, and sum of \fIlength\fR arguments of all @@ -70,7 +70,7 @@ the sum of all such differences (new size minus old size) is added. .B "heap peak" Maximum of all \fIsize\fR arguments of .BR malloc (3), -all products of \fInmemb\fR*\fIsize\fR of +all products of \fIn\fR*\fIsize\fR of .BR calloc (3), all \fIsize\fR arguments of .BR realloc (3), |
