groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Grog bug?


From: Christian Jensen
Subject: Re: [Groff] Grog bug?
Date: Tue, 19 Feb 2002 12:56:54 +0100 (MET)

On Tue, 19 Feb 2002 address@hidden wrote:

> Don't know.  Can you send us the output of
>
>     cat -n /usr/local/bin/grog | sed -n 170,180p
>
> to clarify exactly what's at those lines in the script you're running.
>

Sure. Sorry I didn't include it to begin with.
---
$ cat -n /usr/local/bin/grog | sed -n 170,180p
   170  }
   171
   172  sub help {
   173      print "usage: grog [ option ...] [files...]\n";
   174      exit 0;
   175  }
   176
   177  refer = $refer || ($refer_open && $refer_close);
   178
   179  if ($pic || $tbl || $eqn || $grn || $grap || $refer) {
   180      $s = "-";
---

Christian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]