Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: To: Subject: RE: Rxvt manpage from rxvt 2.7.10-4 Date: Wed, 16 Jun 2004 22:17:14 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: X-OriginalArrivalTime: 16 Jun 2004 21:18:43.0175 (UTC) FILETIME=[8081AF70:01C453E7] > > 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::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/