aboutsummaryrefslogtreecommitdiff
path: root/doc/doxyparse.pl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxyparse.pl')
-rwxr-xr-xdoc/doxyparse.pl6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/doxyparse.pl b/doc/doxyparse.pl
index 66c846ae5679..79da2df022f0 100755
--- a/doc/doxyparse.pl
+++ b/doc/doxyparse.pl
@@ -37,8 +37,7 @@ my $BASE="doc/man";
my $MAN_SECTION = "3";
my $MAN_HEADER = ".ad l\n.TH ldns $MAN_SECTION \"30 May 2006\"\n";
my $MAN_MIDDLE = ".SH AUTHOR
-The ldns team at NLnet Labs. Which consists out of
-Jelte Jansen and Miek Gieben.
+The ldns team at NLnet Labs.
.SH REPORTING BUGS
Please report bugs to ldns-team\@nlnetlabs.nl or in
@@ -53,8 +52,7 @@ MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.
";
my $MAN_FOOTER = ".SH REMARKS
-This manpage was automatically generated from the ldns source code by
-use of Doxygen and some perl.
+This manpage was automatically generated from the ldns source code.
";
getopts("em:",\%options);