diff options
| author | Sławomir Nizio <slawomir.nizio@sabayon.org> | 2012-04-26 00:50:57 +0200 |
|---|---|---|
| committer | Paul Varner <fuzzyray@gentoo.org> | 2012-04-25 22:31:07 -0500 |
| commit | a6a159cd3f8c8a89eccbba57689623a747fea73f (patch) | |
| tree | 0c842d3050c7939d35dc6cdb1c4102f675523089 /man/eread.1 | |
| parent | fb98d301841a6213e69e98a5de08d651f6391e30 (diff) | |
| download | gentoolkit-a6a159cd3f8c8a89eccbba57689623a747fea73f.tar.gz | |
Extend eread to allow sorting (bug 413577).
Diffstat (limited to 'man/eread.1')
| -rw-r--r-- | man/eread.1 | 13 |
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. |
