summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-09-07 05:04:07 -0700
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-09-07 05:04:07 -0700
commit3fd38c0c459a7f09ce2c4e63e45877e86bf4031c (patch)
tree3095187c01360a5f2803da7624ebc7a7c91331f6
parent62c76ace789481733925d7f3ed1385f6e39d62e1 (diff)
Removed trailing white space at end of lines
-rw-r--r--man1/memusage.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man1/memusage.1 b/man1/memusage.1
index 1d2f5fd7f..c00512747 100644
--- a/man1/memusage.1
+++ b/man1/memusage.1
@@ -105,7 +105,7 @@ The maximum of these differences is then the stack peak.
.RE
.PP
Immediately following this summary line, a table shows the number calls,
-total memory allocated or deallocated,
+total memory allocated or deallocated,
and number of failed calls for each intercepted function.
For
.BR realloc (3)
@@ -199,7 +199,7 @@ pixels high.
.SH EXIT STATUS
Exit status is equal to the exit status of profiled program.
.SH EXAMPLE
-Below is a simple program that reallocates a block of
+Below is a simple program that reallocates a block of
memory in cycles that rise to a peak before then cyclically
reallocating the memory in smaller blocks that return to zero.
After compiling the program and running the following commands,