aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-01-30 11:35:55 +0100
committerFabian Groffen <grobian@gentoo.org>2021-01-30 11:35:55 +0100
commit3ef45fa46d5a45a3f19806cf62aba8532b4e401f (patch)
treed95cc1fc366f56274a9dc1a27205d3c2d770a690 /man
parentlibq/hash: close fd once in hash_multiple_file_fd (diff)
downloadportage-utils-3ef45fa46d5a45a3f19806cf62aba8532b4e401f.tar.gz
portage-utils-3ef45fa46d5a45a3f19806cf62aba8532b4e401f.tar.bz2
portage-utils-3ef45fa46d5a45a3f19806cf62aba8532b4e401f.zip
qlop: support -d 0 (or @0)
Allow setting the zero date, to basically have a quick way to list everything, useful with -E, e.g. -Evd 0 to show the entire emerge history. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/include/qlop.desc2
-rw-r--r--man/include/qlop.optdesc.yaml2
-rw-r--r--man/qlop.16
3 files changed, 5 insertions, 5 deletions
diff --git a/man/include/qlop.desc b/man/include/qlop.desc
index e39f6890..0f7fa7c0 100644
--- a/man/include/qlop.desc
+++ b/man/include/qlop.desc
@@ -19,7 +19,7 @@ in further on specific packages.
.P
After version \fB0.74\fR of portage-utils, \fIqlop\fR was changed
considerably to be more consistent and more advanced. Most notably,
-this has changed default date output and commmand line flags. Instead
+this has changed default date output and command line flags. Instead
of reporting the time the operation finished, \fIqlop\fR now reports the
time the operation started. The behaviour of the old \fB-g\fR flag is
best matched by the new \fB-t\fR flag. Similar, the old \fB-t\fR flag
diff --git a/man/include/qlop.optdesc.yaml b/man/include/qlop.optdesc.yaml
index c6e0833a..fc268d63 100644
--- a/man/include/qlop.optdesc.yaml
+++ b/man/include/qlop.optdesc.yaml
@@ -16,7 +16,7 @@ date: |
.IP YYYY-MM-DDThh:mm:ss
As before, but hours, minutes and seconds added. This is the same
format qlop prints for timestamps.
- .IP SSSSSSSSS
+ .IP "SSSSSSSSS or @SSSSSSSSS"
Seconds since 1970-01-01 00:00:00 +0000 (UTC), the UNIX epoch.
.IP FORMAT|DATE
Use \fIFORMAT\fR as input for \fBstrptime\fR(3) to parse \fIDATE\fR.
diff --git a/man/qlop.1 b/man/qlop.1
index 5aafa82e..a1753324 100644
--- a/man/qlop.1
+++ b/man/qlop.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qlop "1" "Nov 2020" "Gentoo Foundation" "qlop"
+.TH qlop "1" "Jan 2021" "Gentoo Foundation" "qlop"
.SH NAME
qlop \- emerge log analyzer
.SH SYNOPSIS
@@ -27,7 +27,7 @@ in further on specific packages.
.P
After version \fB0.74\fR of portage-utils, \fIqlop\fR was changed
considerably to be more consistent and more advanced. Most notably,
-this has changed default date output and commmand line flags. Instead
+this has changed default date output and command line flags. Instead
of reporting the time the operation finished, \fIqlop\fR now reports the
time the operation started. The behaviour of the old \fB-g\fR flag is
best matched by the new \fB-t\fR flag. Similar, the old \fB-t\fR flag
@@ -110,7 +110,7 @@ year, followed by month and day of month.
.IP YYYY-MM-DDThh:mm:ss
As before, but hours, minutes and seconds added. This is the same
format qlop prints for timestamps.
-.IP SSSSSSSSS
+.IP "SSSSSSSSS or @SSSSSSSSS"
Seconds since 1970-01-01 00:00:00 +0000 (UTC), the UNIX epoch.
.IP FORMAT|DATE
Use \fIFORMAT\fR as input for \fBstrptime\fR(3) to parse \fIDATE\fR.