[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] how to use groffer
From: |
Ralph Corderoy |
Subject: |
Re: [Groff] how to use groffer |
Date: |
Sun, 09 Mar 2014 10:42:31 +0000 |
Hi Gregoire,
> I tried to use it on the way I found it here:
> http://lists.gnu.org/archive/html/groff/2005-10/msg00087.html
>
> groffer --ps table
>
> It doesn't work at all for me. The terminal freezes.
> I have to make ctrl+c to get a new command prompt.
I've not used it, but a look at the man page suggests
groffer --debug --ps table
might help? Or
strace -fe trace=execve groffer --ps table
to show all the commands it's running and where it might be getting
stuck?
Cheers, Ralph.