diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-10-27 13:19:06 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-10-27 13:19:06 +0100 |
commit | c9d7b9de78f1488827cb516bf61a54df28a750ab (patch) | |
tree | cd9a14b85e102484d954b4d8cb832f440fbd19f8 /man | |
parent | TODO: add entry for qlop -r using /proc (diff) | |
download | portage-utils-c9d7b9de78f1488827cb516bf61a54df28a750ab.tar.gz portage-utils-c9d7b9de78f1488827cb516bf61a54df28a750ab.tar.bz2 portage-utils-c9d7b9de78f1488827cb516bf61a54df28a750ab.zip |
qlop: take two at implementing currently running merges
Probe /proc filesystem for running merges, and use the atoms found there
to select the packages to list. In addition, prune any operations that
started > 10 days ago so there will be some sort of convergence.
Bug: https://bugs.gentoo.org/698196
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/qlop.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ .\" generated by mkman.py, please do NOT edit! -.TH qlop "1" "Sep 2019" "Gentoo Foundation" "qlop" +.TH qlop "1" "Oct 2019" "Gentoo Foundation" "qlop" .SH NAME qlop \- emerge log analyzer .SH SYNOPSIS @@ -51,7 +51,7 @@ Print elapssed time in human readable format. This form uses minutes, hours and days instead of just seconds. .TP \fB\-M\fR, \fB\-\-machine\fR -Print elapsed time as seconds with no formatting. +Print start/elapsed time as seconds with no formatting. .TP \fB\-m\fR, \fB\-\-merge\fR Show merge history. |