From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4AA04138CD0 for ; Tue, 19 May 2015 10:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66363E08A2; Tue, 19 May 2015 10:54:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0394FE08A2 for ; Tue, 19 May 2015 10:54:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0F32340C19 for ; Tue, 19 May 2015 10:54:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C27E9D5 for ; Tue, 19 May 2015 10:54:09 +0000 (UTC) From: "Alexander Berntsen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Berntsen" Message-ID: <1432032394.8c0c7b8502df0c46915aaa763cd8379bb012ee15.bernalex@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/egencache.1 man/emaint.1 man/repoman.1 X-VCS-Directories: man/ X-VCS-Committer: bernalex X-VCS-Committer-Name: Alexander Berntsen X-VCS-Revision: 8c0c7b8502df0c46915aaa763cd8379bb012ee15 X-VCS-Branch: master Date: Tue, 19 May 2015 10:54:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a97570da-132b-4221-a1a9-eb6cdc8e1f08 X-Archives-Hash: 5da55a45829c951f65bfd28a6cab4c72 commit: 8c0c7b8502df0c46915aaa763cd8379bb012ee15 Author: Alexander Berntsen gentoo org> AuthorDate: Tue May 19 10:46:34 2015 +0000 Commit: Alexander Berntsen gentoo org> CommitDate: Tue May 19 10:46:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8c0c7b85 man: Update copyright headers for recent commits Update copyright headers for some of our manpages, as some recent commits made changes that are probably "big enough" to warrant this. The relevant commits are included below. emaint.1: Update man page for better clarity (540482): 44f2a48390909050dd42404de9136bf78c97928e man/egencache.1: Add missed --write-timestamp option (540482): 465565a0f90843133ae1ae9072244d34d82eaf73 man: Add short option (-f) for repoman --force: e332dd6b73855096032f883d47246f39fc0ee14a man: Document repoman --straight-to-stabl fe59f38a84d7b22bb99d7e62e0324916c74f32a9 Signed-off-by: Alexander Berntsen gentoo.org> man/egencache.1 | 2 +- man/emaint.1 | 2 +- man/repoman.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/egencache.1 b/man/egencache.1 index daf08aa..abbbdb9 100644 --- a/man/egencache.1 +++ b/man/egencache.1 @@ -1,4 +1,4 @@ -.TH "EGENCACHE" "1" "Jul 2013" "Portage VERSION" "Portage" +.TH "EGENCACHE" "1" "Mar 2015" "Portage VERSION" "Portage" .SH "NAME" egencache \- generate metadata cache for ebuild repositories .SH "SYNOPSIS" diff --git a/man/emaint.1 b/man/emaint.1 index 9d8de55..9a31635 100644 --- a/man/emaint.1 +++ b/man/emaint.1 @@ -1,4 +1,4 @@ -.TH "EMAINT" "1" "Jan 2015" "Portage VERSION" "Portage" +.TH "EMAINT" "1" "Mar 2015" "Portage VERSION" "Portage" .SH NAME emaint \- performs package managment related system health checks and maintenance .SH SYNOPSIS diff --git a/man/repoman.1 b/man/repoman.1 index 6a60e5c..54e677e 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -1,4 +1,4 @@ -.TH "REPOMAN" "1" "Aug 2013" "Portage VERSION" "Portage" +.TH "REPOMAN" "1" "May 2015" "Portage VERSION" "Portage" .SH NAME repoman \- Gentoo's program to enforce a minimal level of quality assurance in packages added to the portage tree