aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-04-01 14:44:30 +0200
committerFabian Groffen <grobian@gentoo.org>2018-04-01 14:44:30 +0200
commitb10334e70c272bb554228acea075011925f260fb (patch)
treec9bc27cb33fca495eee75ca68fba12a6abe76ef8 /man/qlop.1
parentman/mkman: add header, allow argument description override (diff)
downloadportage-utils-b10334e70c272bb554228acea075011925f260fb.tar.gz
portage-utils-b10334e70c272bb554228acea075011925f260fb.tar.bz2
portage-utils-b10334e70c272bb554228acea075011925f260fb.zip
man/qlop: regen manpage
commit fe42f2a99297fed36720e71ba2ed77cf7a9da804 changed the generated file, this commit ensures that future regenerate operations don't lose the changes
Diffstat (limited to 'man/qlop.1')
-rw-r--r--man/qlop.126
1 files changed, 15 insertions, 11 deletions
diff --git a/man/qlop.1 b/man/qlop.1
index 70fb411..c138054 100644
--- a/man/qlop.1
+++ b/man/qlop.1
@@ -1,26 +1,28 @@
-.TH qlop "1" "Mar 2018" "Gentoo Foundation" "qlop"
+.\" generated by mkman.py, please do NOT edit!
+.TH qlop "1" "Apr 2018" "Gentoo Foundation" "qlop"
.SH NAME
qlop \- emerge log analyzer
.SH SYNOPSIS
.B qlop
\fI[opts] <pkgname>\fR
.SH DESCRIPTION
-qlop reads from $EMERGE_LOG_DIR/emerge.log and tries to extract
+.I qlop
+reads from $EMERGE_LOG_DIR/emerge.log and tries to extract
information about merges, unmerges and syncs. For packages, it can
calculate average merge times or just list them.
.SH OPTIONS
.TP
\fB\-g\fR, \fB\-\-gauge\fR
-Gauge number of times a package has been merged. This shows the merge
-time for each individual merge of package.
+Gauge number of times a package has been merged. This shows the
+merge time for each individual merge of package.
.TP
\fB\-t\fR, \fB\-\-time\fR
-Calculate merge time for a specific package. This is the average time
-for all merges of package.
+Calculate merge time for a specific package. This is the average
+time for all merges of package.
.TP
\fB\-H\fR, \fB\-\-human\fR
-Print seconds in human readable format (needs -t), using minutes, hours
-and days instead of just seconds.
+Print seconds in human readable format (needs \fB\-t\fR), using
+minutes, hours and days instead of just seconds.
.TP
\fB\-l\fR, \fB\-\-list\fR
Show merge history.
@@ -32,8 +34,9 @@ Show unmerge history.
Show sync history.
.TP
\fB\-c\fR, \fB\-\-current\fR
-Show current emerging packages. This relies on FEATURES=sandbox in
-order to detect running merges.
+Show current emerging packages. This relies on
+.I FEATURES=sandbox
+in order to detect running merges.
.TP
\fB\-d\fR \fI<arg>\fR, \fB\-\-date\fR \fI<arg>\fR
Limit selection to this time (1st -d is start, 2nd -d is end).
@@ -62,7 +65,8 @@ Print version and exit.
.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
.br
-Product: Portage Development; Component: Tools
+Product: Portage Development; Component: Tools, Assignee:
+portage-utils@gentoo.org
.SH AUTHORS
.nf
Ned Ludd <solar@gentoo.org>