> The \{...\} construct might be critical as well.  So the best way
> might be to replace c+ or c\{1,\} by cc*
> 
>   sed -e 's/^.* \([^ ][^ ]*\)$/\1/' -e '1q'

I use this -- I find it easier to readn than `\{1,\}'.

Thanks to all for your help.  I've fixed this now in the CVS.  Please
test.


    Werner


_______________________________________________
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff

Reply via email to