diff options
author | Waldo Lemmer <waldolemmer1@gmail.com> | 2024-05-26 16:30:32 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-05-26 12:09:06 -0700 |
commit | f3ae6bb0bd495b6b16d7e617515f4504ae2e1839 (patch) | |
tree | 8b01e6e9de7588b8199297381e4997e30f0e73d5 /man | |
parent | test_tar_merge_order.py: Fix unused pytest unused-import (diff) | |
download | portage-f3ae6bb0bd495b6b16d7e617515f4504ae2e1839.tar.gz portage-f3ae6bb0bd495b6b16d7e617515f4504ae2e1839.tar.bz2 portage-f3ae6bb0bd495b6b16d7e617515f4504ae2e1839.zip |
emerge.1: Fix /var/log/emerge.log description
/var/log/emerge.log doesn't "[contain] a log of all emerge output". This
commit changes this description to better reflect what emerge.log
contains:
- Packages that were built
- emerge's invocation (i.e. its command-line arguments)
Signed-off-by: Waldo Lemmer <waldolemmer1@gmail.com>
Closes: https://github.com/gentoo/portage/pull/1331
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/emerge.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index dd9cde572..5c36dc1f0 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -1,4 +1,4 @@ -.TH "EMERGE" "1" "Jan 2024" "Portage @VERSION@" "Portage" +.TH "EMERGE" "1" "May 2024" "Portage @VERSION@" "Portage" .SH "NAME" emerge \- Command\-line interface to the Portage system .SH "SYNOPSIS" @@ -1520,8 +1520,8 @@ Contains the default variables for the build process. \fBDo not edit this file\fR. .TP .B /var/log/emerge.log -Contains a log of all emerge output. This file is always appended to, so if you -want to clean it, you need to do so manually. +Contains a log of merged packages and invocations of \fBemerge\fR. This file +is always appended to, so if you want to clean it, you need to do so manually. .TP .B /var/log/emerge-fetch.log Contains a log of all the fetches in the previous emerge invocation. |