On Wed, June 16, 2004 10:54 pm, Igor Pechtchanski said:
>
> Whoops, sorry for muddying the waters. I should have tested the script
> before sending it (the original had more than a couple of bugs). Here's
> one that actually works:
>
> s/^\.YODLTAGSTART\./\.YYODLTAGSTART\./
> s/\.YODLTAGSTART\./
> Whoops, sorry for muddying the waters. I should have tested the script
> before sending it (the original had more than a couple of bugs). Here's
> one that actually works:
>
> s/^\.YODLTAGSTART\./\.YYODLTAGSTART\./
> s/\.YODLTAGSTART\./\n\.YODLTAGSTART\./g
> s/\.YODLTAGSTART\. roffcmd //
> s/\
On Wed, 16 Jun 2004, cygwin wrote:
> > 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 //
>
> 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/\.YO
On Wed, 16 Jun 2004, cygwin wrote:
> The rxvt manpage has some rather strange bits in it, that seem to be
> formatting instructions for another app..
>
> I found this info searching the archives:
>
> s/^\.YODLTAGSTART\./\.YYODLTAGSTART\./
> s/\.YODLTAGSTART\./\r\.YODLTAGSTART\./g
> s/\.YODLTAGSTAR
The rxvt manpage has some rather strange bits in it, that seem to be
formatting instructions for another app..
I found this info searching the archives:
s/^\.YODLTAGSTART\./\.YYODLTAGSTART\./
s/\.YODLTAGSTART\./\r\.YODLTAGSTART\./g
s/\.YODLTAGSTART\. roffcmd //
s/\.YYODLTAGSTART\. roffcmd //
s/\.
6 matches
Mail list logo