aboutsummaryrefslogtreecommitdiffstats
path: root/man1/memusage.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/memusage.1')
-rw-r--r--man1/memusage.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man1/memusage.1 b/man1/memusage.1
index b44e49fa4b..1800672f6f 100644
--- a/man1/memusage.1
+++ b/man1/memusage.1
@@ -260,7 +260,7 @@ main(int argc, char *argv[])
if (i < CYCLES / 2)
j = i;
else
- j--;
+ j\-\-;
size = sizeof(*p) * (j * 50 + 110);
printf("realloc: %zu\en", size);