From bb054a3462970692a996b81cd7efedc9eadeb530 Mon Sep 17 00:00:00 2001 From: nisikimi Date: Wed, 28 Jan 2004 07:06:57 +0000 Subject: [PATCH] *** empty log message *** --- utils/mkman.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/utils/mkman.rb b/utils/mkman.rb index 018346c..76013f8 100644 --- a/utils/mkman.rb +++ b/utils/mkman.rb @@ -261,6 +261,7 @@ def desrewrite(text) # ? ad hoc line.gsub!(/^\.TP/,"") + #headers if line =~ /Return\svalue:/ returndescribed = true @@ -347,6 +348,17 @@ def orewrite(text) ### let verbatim end in place line.gsub!(/^.nf/,".NF") + ### test1/16/2004 changes the type of list, and indentation + if line =~ /^.IP/ + line = ".TP" + text[i+2] = "" + end + + if line =~ /^.TP/ + text[i+2] = "" + end + ### end of test1/20/2004 + # let the library name appear in the header if line =~ /^.TH/ line = line.gsub!(/\" \"/, "\" \"\" \"") -- 1.7.10.4