delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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: | <cygwin AT equate DOT f9 DOT co DOT uk> |
To: | <cygwin AT cygwin DOT com> |
Subject: | RE: Rxvt manpage from rxvt 2.7.10-4 |
Date: | Wed, 16 Jun 2004 22:17:14 +0100 |
MIME-Version: | 1.0 |
In-Reply-To: | <Pine.GSO.4.58.0406161510200.424@slinky.cs.nyu.edu> |
Message-ID: | <ECOWS06M2EckYSKK5Sg00015622@smtp-out6.blueyonder.co.uk> |
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:<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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |