aboutsummaryrefslogtreecommitdiffstats
path: root/man1/memusage.1
diff options
context:
space:
mode:
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>2018-12-24 00:20:29 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2019-02-27 08:47:15 +0100
commita28b73cda27f3094e50f92e6983f71f2a9604e7d (patch)
tree8dbc73ec69b205a480fc59c80442fea04d5a0daf /man1/memusage.1
parenteadb04edfcf1cd9338bf359329cc69e46da4e8e8 (diff)
downloadman-pages-a28b73cda27f3094e50f92e6983f71f2a9604e7d.tar.gz
getent.1, iconv.1, ldd.1, locale.1, localedef.1, memusage.1, memusagestat.1, pldd.1, sprof.1, time.1: tfix, use a one-font macro for a single argument
1) Use a single capital font macro for a genuine single argument. The output is unchanged. 2) Remove quotation marks (") around a single argument. The output is unchanged. 3) Change ".IR ab()" to ".IR ab ()" A font is changed in the output. mtk: I verified that the output is unchanged (other than fonts) by comparing the output of: for a in *.1; do man $a >> out.txt; done before and after the patch. Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man1/memusage.1')
-rw-r--r--man1/memusage.118
1 files changed, 9 insertions, 9 deletions
diff --git a/man1/memusage.1 b/man1/memusage.1
index e87e507c96..44c676f937 100644
--- a/man1/memusage.1
+++ b/man1/memusage.1
@@ -61,7 +61,7 @@ to create a PNG file containing graphical representation
of the collected data.
.SS Memory usage summary
The "Memory usage summary" line output by
-.BR memusage
+.B memusage
contains three fields:
.RS 4
.TP
@@ -144,7 +144,7 @@ Generate PNG graphic and store it in
Generate binary data file and store it in
.IR file .
.TP
-.BI \-u\fR,\ \fB\-\-unbuffered
+.B \-u\fR,\ \fB\-\-unbuffered
Do not buffer output.
.TP
.BI \-b\ size \fR,\ \fB\-\-buffer= size
@@ -152,33 +152,33 @@ Collect
.I size
entries before writing them out.
.TP
-.BI \fB\-\-no-timer
+.B \fB\-\-no-timer
Disable timer-based
.RB ( SIGPROF )
sampling of stack pointer value.
.TP
-.BI \-m\fR,\ \fB\-\-mmap
+.B \-m\fR,\ \fB\-\-mmap
Also trace
.BR mmap (2),
.BR mremap (2),
and
.BR munmap (2).
.TP
-.BI \-?\fR,\ \fB\-\-help
+.B \-?\fR,\ \fB\-\-help
Print help and exit.
.TP
-.BI \fB\-\-usage
+.B \-\-usage
Print a short usage message and exit.
.TP
-.BI \-V\fR,\ \fB\-\-version
+.B \-V\fR,\ \fB\-\-version
Print version information and exit.
.TP
The following options apply only when generating graphical output:
.TP
-.BI \-t\fR,\ \fB\-\-time\-based
+.B \-t\fR,\ \fB\-\-time\-based
Use time (rather than number of function calls) as the scale for the X axis.
.TP
-.BI \-T\fR,\ \fB\-\-total
+.B \-T\fR,\ \fB\-\-total
Also draw a graph of total memory use.
.TP
.BI \fB\-\-title= name