> > Just change the above sed script. Your problem seems due to > the spaces > left before the .SH tags. Try the following patch.sed: > > s/^\.YODLTAGSTART\./\.YYODLTAGSTART\./ > s/\.YODLTAGSTART\./\r\.YODLTAGSTART\./g > s/ *\.YODLTAGSTART\. roffcmd // > s/\.YYODLTAGSTART\. roffcmd // > s/\.YODLTAGEND\.// > s/\n\.YYODLTAGSTART\..*// > > You may also need to add a space before the \.YODLTAGEND\. > pattern, but I > think that's not necessary. > HTH, > Igor
Cheers for the response.. Unfortunately, it didn't help, still had the .SH's afterwards :-/ I also managed to catch an error that comes up each time with the original manpage.. grotty:<standard input>:6: character above first line discarded I did additionally try putting a space before the \.YODLTAGEND\. pattern, as suggested, but it did not change anything.. Perhaps they need spaces after the patter in the sed script? (I have no idea.. I know nowt about sed :-( ) Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/