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 BE07E1381F3 for ; Tue, 9 Apr 2013 07:22:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CD72E0B16; Tue, 9 Apr 2013 07:22:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7F02E0B16 for ; Tue, 9 Apr 2013 07:22:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E666033DBB0 for ; Tue, 9 Apr 2013 07:22:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 471DDE42C6 for ; Tue, 9 Apr 2013 07:22:35 +0000 (UTC) From: "Sven Eden" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Eden" Message-ID: <1365492204.b7fbeb16a378a09db59b2c23e18d977ab772af16.yamakuzure@gentoo> Subject: [gentoo-commits] proj/ufed:master commit in: / X-VCS-Repository: proj/ufed X-VCS-Files: ufed-curses-help.c ufed.8.in X-VCS-Directories: / X-VCS-Committer: yamakuzure X-VCS-Committer-Name: Sven Eden X-VCS-Revision: b7fbeb16a378a09db59b2c23e18d977ab772af16 X-VCS-Branch: master Date: Tue, 9 Apr 2013 07:22:35 +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: 549f6b65-60ce-4bcd-bc83-dd4519b1369d X-Archives-Hash: 5f024876f58451cf9d342949eb982e4b commit: b7fbeb16a378a09db59b2c23e18d977ab772af16 Author: Sven Eden gmx de> AuthorDate: Tue Apr 9 07:23:24 2013 +0000 Commit: Sven Eden gmx de> CommitDate: Tue Apr 9 07:23:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=b7fbeb16 Added a "thank you" section to the documentation. --- ufed-curses-help.c | 6 ++++++ ufed.8.in | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/ufed-curses-help.c b/ufed-curses-help.c index 981f946..7dfbf93 100644 --- a/ufed-curses-help.c +++ b/ufed-curses-help.c @@ -220,6 +220,12 @@ static void init_lines(void) "ufed is currently maintained by", " Sven Eden .", "", +"--- Thanks ---", +" Paul Varner - for proxy maintaining and support.", +" Roman Zilka - for ideas, testing and a lot of patience.", +"", +"--------------", +"", "Copyright 1999-2013 Gentoo Foundation", "Distributed under the terms of the GNU General Public License v2" }; diff --git a/ufed.8.in b/ufed.8.in index 7755b6d..c916bf2 100644 --- a/ufed.8.in +++ b/ufed.8.in @@ -1,4 +1,4 @@ -.TH "UFED" "8" "15 Feb 2013" "UFED 0.90" "UFED" +.TH "UFED" "8" "09 Apr 2013" "UFED 0.90" "UFED" .SH "NAME" ufed \- Gentoo Linux USE flags editor .SH "SYNOPSIS" @@ -236,3 +236,8 @@ ufed was previously maintained by ufed is currently maintained by .br Sven Eden . + +.SH Thanks +Paul Varner - for proxy maintaining and support. +.br +Roman Zilka - for ideas, testing and a lot of patience.