aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:08:01 +1000
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:54:14 +1000
commit1b3e9b9c99c43d77a7538e1003dbc7c271cc532a (patch)
treec2887ae4179af4e5e747368132da119e8f9f4207
parent82b053068b32ed61f78a8de5f6fa93c2f1617b67 (diff)
downloadman-pages-1b3e9b9c99c43d77a7538e1003dbc7c271cc532a.tar.gz
memusage.1: Fix section ordering
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man1/memusage.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/memusage.1 b/man1/memusage.1
index b6ff32cd4c..fce0b1de0a 100644
--- a/man1/memusage.1
+++ b/man1/memusage.1
@@ -197,6 +197,10 @@ Make the graph
pixels high.
.SH EXIT STATUS
Exit status is equal to the exit status of profiled program.
+.SH BUGS
+To report bugs, see
+.UR http://www.gnu.org/software/libc/bugs.html
+.UE
.SH EXAMPLE
Below is a simple program that reallocates a block of
memory in cycles that rise to a peak before then cyclically
@@ -263,10 +267,6 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.fi
-.SH BUGS
-To report bugs, see
-.UR http://www.gnu.org/software/libc/bugs.html
-.UE
.SH SEE ALSO
.BR memusagestat (1),
.BR mtrace (1)