added a final section to the man page.

SVN revision: 917
This commit is contained in:
Mandrake 1999-10-20 19:39:46 +00:00
parent fa940b12e9
commit 6d2b32f77e
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ s/\n{3,}/\n\n/g;
print;
print "\n\n\n\n=head1 FOR MORE INFORMATION\n\n\n";
print "Please see our web site at http://www.enlightenment.org\n";
sub undermunge {
local $_ = shift;
s/_/ /g;