summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@gmx.de>2013-04-09 09:23:24 +0200
committerSven Eden <sven.eden@gmx.de>2013-04-09 09:23:24 +0200
commitb7fbeb16a378a09db59b2c23e18d977ab772af16 (patch)
tree4c8124267bc66824e06604ece0c35e7e9eec9e2f
parentThe cursor is now invisible on the help screen. (diff)
downloadufed-b7fbeb16a378a09db59b2c23e18d977ab772af16.tar.gz
ufed-b7fbeb16a378a09db59b2c23e18d977ab772af16.tar.bz2
ufed-b7fbeb16a378a09db59b2c23e18d977ab772af16.zip
Added a "thank you" section to the documentation.ufed-0.90_rc2
-rw-r--r--ufed-curses-help.c6
-rw-r--r--ufed.8.in7
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 <yamakuzure@gmx.net>.",
"",
+"--- 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 <yamakuzure@gmx.net>.
+
+.SH Thanks
+Paul Varner - for proxy maintaining and support.
+.br
+Roman Zilka - for ideas, testing and a lot of patience.