From dd7a38147179a59bff9dffd824b265862aa1a59e Mon Sep 17 00:00:00 2001
From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Fri, 5 May 2006 20:48:20 +0000
Subject: * Add ikiwiki-mass-rebuild script, ripped out of the postinst. * Add
 some new config items to the estseek.conf template, which are needed   by
 hyperestraier 1.2.3.

---
 mdwn2man | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'mdwn2man')

diff --git a/mdwn2man b/mdwn2man
index 57c41c865..8c70c87c1 100755
--- a/mdwn2man
+++ b/mdwn2man
@@ -1,7 +1,10 @@
 #!/usr/bin/perl
 # Warning: hack
 
-print ".TH ikiwiki 1\n";
+my $prog=shift;
+my $section=shift;
+
+print ".TH $prog $section\n";
 
 while (<>) {
 	s{(\\?)\[\[([^\s\]]+)\]\]}{$1 ? "[[$2]]" : $2}eg;
-- 
cgit v1.2.3