This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Rxvt manpage from rxvt 2.7.10-4


> 
> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]