aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSławomir Nizio <slawomir.nizio@sabayon.org>2012-04-26 00:50:57 +0200
committerPaul Varner <fuzzyray@gentoo.org>2012-04-25 22:31:07 -0500
commita6a159cd3f8c8a89eccbba57689623a747fea73f (patch)
tree0c842d3050c7939d35dc6cdb1c4102f675523089 /man
parentFix eread to work on a prefix environment. (diff)
downloadgentoolkit-a6a159cd3f8c8a89eccbba57689623a747fea73f.tar.gz
gentoolkit-a6a159cd3f8c8a89eccbba57689623a747fea73f.tar.bz2
gentoolkit-a6a159cd3f8c8a89eccbba57689623a747fea73f.zip
Extend eread to allow sorting (bug 413577).
Diffstat (limited to 'man')
-rw-r--r--man/eread.113
1 files changed, 13 insertions, 0 deletions
diff --git a/man/eread.1 b/man/eread.1
index 5e18214..c58c7eb 100644
--- a/man/eread.1
+++ b/man/eread.1
@@ -8,5 +8,18 @@ eread
.SH "DESCRIPTION"
.LP
This tool is used to display and manage ELOG files produced by portage version 2.1 and higher.
+.SH "USAGE"
+.LP
+You can use the following commands:
+.TP
+.B "q"
+Quit
+.TP
+.B "a"
+Sort alphabetically
+.TP
+.B "t"
+Sort by time
.SH "ENVIRONMENT VARIABLES"
The eread utility uses the PAGER environment variable to display the ELOG files. If the variable is not set, it defaults to /usr/bin/less.
+Another environment variable is EREAD_SORT_ORDER which can be set to specify default sort order of ELOG files. Values \fBalphabet\fP and \fBtime\fP are recognized. If EREAD_SORT_ORDER is not set or has another value, the output is unsorted.